summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-01 01:43:03 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-01 23:59:35 +0200
commit0f96a0ae5d93853d56ad723557fc58ca51b7cef0 (patch)
tree88b10962d5cf6fc06359ecf07b7f3a9d6b7bfb11 /src/mainwindow.h
parentRemoved unuseful download classes (diff)
downloadrekonq-0f96a0ae5d93853d56ad723557fc58ca51b7cef0.tar.xz
Moving guessUrlFromString function to Application class
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7d0b2e5c..cc0aa2e8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -62,7 +62,6 @@ public:
MainWindow();
~MainWindow();
- static KUrl guessUrlFromString(const QString &url);
MainView *mainView() const;
WebView *currentTab() const;
QAction *actionByName(const QString name);