diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-01 01:43:03 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-01 23:59:35 +0200 |
commit | 0f96a0ae5d93853d56ad723557fc58ca51b7cef0 (patch) | |
tree | 88b10962d5cf6fc06359ecf07b7f3a9d6b7bfb11 /src/mainwindow.h | |
parent | Removed unuseful download classes (diff) | |
download | rekonq-0f96a0ae5d93853d56ad723557fc58ca51b7cef0.tar.xz |
Moving guessUrlFromString function to Application class
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
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); |