diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinapplication.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinapplication.cpp b/src/dolphinapplication.cpp index d9dc0728e..f61bf795a 100644 --- a/src/dolphinapplication.cpp +++ b/src/dolphinapplication.cpp @@ -26,7 +26,6 @@ #include <kcmdlineargs.h> #include <kurl.h> #include <QtDBus/QDBusConnection> -#include <QtCore/QDir> DolphinApplication::DolphinApplication() : m_lastId(0) @@ -72,7 +71,6 @@ void DolphinApplication::refreshMainWindows() int DolphinApplication::newInstance() { - KCmdLineArgs::setCwd(QDir::currentPath().toUtf8()); KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); static bool first = true; |
