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

List:       kde-commits
Subject:    KDE/kdelibs (silent)
From:       David Faure <faure () kde ! org>
Date:       2009-03-03 20:21:28
Message-ID: 1236111688.785995.26402.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 934808 by dfaure:

SVN_SILENT minor cleanups


 M  +0 -3      kdecore/services/kmimetype.cpp  
 M  +1 -1      kio/kio/kdirwatch.cpp  


--- trunk/KDE/kdelibs/kdecore/services/kmimetype.cpp #934807:934808
@@ -24,7 +24,6 @@
 #include <kconfig.h>
 #include <kconfiggroup.h>
 #include <kdebug.h>
-#include <kdesktopfile.h>
 #include <kde_file.h>
 #include <klocale.h>
 #include <kmessage.h>
@@ -34,8 +33,6 @@
 #include <ksycoca.h>
 #include <kurl.h>
 
-#include <QtCore/QMutableSetIterator>
-#include <QtCore/QCharRef>
 #include <QtCore/QFile>
 #include <QtDBus/QtDBus>
 #include <QBuffer>
--- trunk/KDE/kdelibs/kio/kio/kdirwatch.cpp #934807:934808
@@ -140,7 +140,7 @@
   timer.setObjectName( "KDirWatchPrivate::timer" );
   connect (&timer, SIGNAL(timeout()), this, SLOT(slotRescan()));
 
-  KConfigGroup config(KGlobal::config(), QLatin1String("DirWatch"));
+  KConfigGroup config(KGlobal::config(), "DirWatch");
   m_nfsPollInterval = config.readEntry("NFSPollInterval", 5000);
   m_PollInterval = config.readEntry("PollInterval", 500);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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