summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-24 02:10:05 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-24 02:10:05 +0200
commite3a8092aaaed8b596e762119ee3f165a69ff77c2 (patch)
tree1563bd22ed5dc1e26ce5c3cde5b394e015457695 /src/mainwindow.cpp
parentFixing Rekonfig call (diff)
downloadrekonq-e3a8092aaaed8b596e762119ee3f165a69ff77c2.tar.xz
Removed rekonqrun class and provided slots in Application one.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 54f72e61..ef51e1e0 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -520,7 +520,7 @@ void MainWindow::slotFileOpen()
if (filePath.isEmpty())
return;
- loadUrl(Application::guessUrlFromString(filePath));
+ Application::instance()->loadUrl(filePath);
}