]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinapplication.cpp
hover fix for the details mode: hovering should only be done on the name column,...
[dolphin.git] / src / dolphinapplication.cpp
index 9e6d0565f5b7fd19e461459ad59ea14cfb659ae5..fc59eb08b3f33764fe1893fe449ebf8c9ce8a850 100644 (file)
@@ -24,7 +24,7 @@
 #include <applicationadaptor.h>
 #include <kcmdlineargs.h>
 #include <kurl.h>
-#include <QDBusConnection>
+#include <QtDBus/QDBusConnection>
 
 DolphinApplication::DolphinApplication() :
     m_lastId(0)
@@ -78,8 +78,7 @@ int DolphinApplication::newInstance()
         for (int i = 0; i < args->count(); ++i) {
             openWindow(args->arg(i));
         }
-    }
-    else {
+    } else {
         openWindow(QString());
     }