[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:21:52 UTC 2016


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

The following commit has been merged in the master branch:
commit c3db52e2da0c70b5be3c652d0c95800a984b015a
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Wed May 30 01:12:44 2012 +0300

    TelepathyChatUi: Use KTp::TelepathyHandlerApplication as a base class.
    
    Reviewed-by: David Edmundson <kde at davidedmundson.co.uk>
---
 app/telepathy-chat-ui.cpp | 2 +-
 app/telepathy-chat-ui.h   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/telepathy-chat-ui.cpp b/app/telepathy-chat-ui.cpp
index 37d16f4..f3d6bdf 100644
--- a/app/telepathy-chat-ui.cpp
+++ b/app/telepathy-chat-ui.cpp
@@ -40,7 +40,7 @@ inline Tp::ChannelClassSpecList channelClassList()
 
 
 TelepathyChatUi::TelepathyChatUi()
-    : KApplication(), AbstractClientHandler(channelClassList())
+    : KTp::TelepathyHandlerApplication(true, -1, -1), AbstractClientHandler(channelClassList())
 {
     kDebug();
 
diff --git a/app/telepathy-chat-ui.h b/app/telepathy-chat-ui.h
index f9320df..606b45e 100644
--- a/app/telepathy-chat-ui.h
+++ b/app/telepathy-chat-ui.h
@@ -22,12 +22,12 @@
 #define TELEPATHYCHATUI_H
 
 #include <TelepathyQt/AbstractClientHandler>
-#include <KApplication>
+#include <KTp/telepathy-handler-application.h>
 
 class ChatTab;
 class ChatWindow;
 
-class TelepathyChatUi : public KApplication, public Tp::AbstractClientHandler
+class TelepathyChatUi : public KTp::TelepathyHandlerApplication, public Tp::AbstractClientHandler
 {
     Q_OBJECT
 public:

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list