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


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

The following commit has been merged in the master branch:
commit 32bf64af36dfd9b1db28a95ab4201214725447bd
Author: Marcin Ziemiński <zieminn at gmail.com>
Date:   Tue Aug 19 16:50:58 2014 +0200

    Use KTp::AccountManager in OTRConfig
---
 config/otr-config.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/otr-config.cpp b/config/otr-config.cpp
index 93716b2..ccd1601 100644
--- a/config/otr-config.cpp
+++ b/config/otr-config.cpp
@@ -30,6 +30,7 @@
 #include <QAction>
 #include <QMenu>
 #include <KMessageBox>
+#include <KTp/core.h>
 
 #include <TelepathyQt/AccountSet>
 #include <TelepathyQt/PendingVariant>
@@ -40,7 +41,7 @@ K_EXPORT_PLUGIN(KCMTelepathyChatOtrConfigFactory("ktp_chat_otr", "kcm_ktp_chat_o
 OTRConfig::OTRConfig(QWidget *parent, const QVariantList& args)
     : KCModule(KCMTelepathyChatOtrConfigFactory::componentData(), parent, args),
       ui(new Ui::OTRConfigUi()),
-      am(Tp::AccountManager::create(QDBusConnection::sessionBus())),
+      am(KTp::accountManager()),
       ps(NULL),
       fpCtxMenu(new QMenu(this))
 {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list