[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=017189d

The following commit has been merged in the master branch:
commit 017189d03c2bf3929031c83167c7413ec6f71627
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Thu Sep 15 12:56:32 2011 +0300

    Remove deprecated API usage.
    
    This makes text-ui compile with the kdelibs mobile profile.
---
 app/chat-window.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index adac3a9..1ef738f 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -72,8 +72,7 @@ ChatWindow::ChatWindow()
     m_tabWidget = new KTabWidget(this);
     m_tabWidget->setMovable(true);
     m_tabWidget->setDocumentMode(true);
-    m_tabWidget->setCloseButtonEnabled(true);
-    m_tabWidget->setHoverCloseButtonDelayed(true);
+    m_tabWidget->setTabsClosable(true);
     m_tabWidget->setTabBarHidden(true);
 
     connect(m_tabWidget, SIGNAL(closeRequest(QWidget*)), this, SLOT(destroyTab(QWidget*)));

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list