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


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

The following commit has been merged in the master branch:
commit 91d60abf7decd6e00933bd26e7a88a4e1863fae1
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Apr 12 11:19:10 2011 +0100

    Revert change  KApplication -> KUniqueApplication as it stop it working when dbus activated
---
 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 10915a8..5473394 100644
--- a/app/telepathy-chat-ui.cpp
+++ b/app/telepathy-chat-ui.cpp
@@ -33,7 +33,7 @@ inline Tp::ChannelClassSpecList channelClassList()
 
 
 TelepathyChatUi::TelepathyChatUi()
-    : KUniqueApplication(), AbstractClientHandler(channelClassList())
+    : KApplication(), AbstractClientHandler(channelClassList())
 {
     kDebug();
 
diff --git a/app/telepathy-chat-ui.h b/app/telepathy-chat-ui.h
index 78bebf2..3d20015 100644
--- a/app/telepathy-chat-ui.h
+++ b/app/telepathy-chat-ui.h
@@ -23,10 +23,10 @@
 #include "chat-window.h"
 
 #include <TelepathyQt4/AbstractClientHandler>
-#include <KUniqueApplication>
+#include <KApplication>
 
 
-class TelepathyChatUi : public KUniqueApplication, public Tp::AbstractClientHandler
+class TelepathyChatUi : public KApplication, public Tp::AbstractClientHandler
 {
 public:
     TelepathyChatUi();

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list