[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kded
From:       David Faure <faure () kde ! org>
Date:       2009-12-02 0:38:28
Message-ID: 1259714308.193110.4055.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1057325 by dfaure:

Make kbuildsycoca4 a QCoreApplication rather than a KApplication(false).
BUG: 209668


 M  +3 -2      kbuildsycoca.cpp  


--- trunk/KDE/kdelibs/kded/kbuildsycoca.cpp #1057324:1057325
@@ -665,10 +665,11 @@
 
 #ifdef KBUILDSYCOCA_GUI
    KApplication k;
+   k.disableSessionManagement();
 #else
-   KApplication k(false);
+   QCoreApplication k(argc, argv);
+   KComponentData mainComponent(d);
 #endif
-   k.disableSessionManagement();
 
 #ifdef KBUILDSYCOCA_GUI
    silent = args->isSet("silent");
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic