summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-26 11:46:03 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-26 11:46:03 +0200
commit7307ecac10b3879d8dc5732c546deb178a089bd0 (patch)
tree2593961a252b707df19a6ba20fd8de08539b7aba /src/application.cpp
parentLet user customize shortcut name & description. (diff)
downloadrekonq-7307ecac10b3879d8dc5732c546deb178a089bd0.tar.xz
This should fix local files launch by console when rekonq is just loaded
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 17682647..07cbb0b8 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -72,7 +72,6 @@
// Qt Includes
#include <QVBoxLayout>
-#include <QDir>
#include <QTimer>
@@ -175,7 +174,6 @@ Application::~Application()
int Application::newInstance()
{
- KCmdLineArgs::setCwd(QDir::currentPath().toUtf8());
KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
// not that easy, indeed