[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:04:24 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=0f671f0

The following commit has been merged in the master branch:
commit 0f671f0ae830d824b68589a12dd5d3c1d373bcf3
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sun Jul 5 17:46:27 2009 +0000

    Make it into a KDE application, since we are going to be using KConfig.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=991806
---
 kpeople/nepomuk-feeder/main.cpp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/kpeople/nepomuk-feeder/main.cpp b/kpeople/nepomuk-feeder/main.cpp
index b621a3b..2c50c91 100644
--- a/kpeople/nepomuk-feeder/main.cpp
+++ b/kpeople/nepomuk-feeder/main.cpp
@@ -25,9 +25,8 @@ extern "C"
 
 #include "telepathyaccountmonitor.h"
 
-#include <kdebug.h>
-
-#include <QtCore/QCoreApplication>
+#include <KUniqueApplication>
+#include <KDebug>
 
 #include <Nepomuk/ResourceManager>
 
@@ -46,7 +45,9 @@ namespace
 
 int main(int argc, char *argv[])
 {
-    QCoreApplication app(argc, argv);
+    KComponentData("telepathy-integration-daemon");
+
+    KUniqueApplication app(argc, argv);
 
     Nepomuk::ResourceManager::instance()->init();
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list