summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-24 02:20:44 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-24 02:20:44 +0200
commitc3ff1138d5d62e7092abb9d66f7f26097014f6e8 (patch)
tree096c858597df0470d8914f14c322f8037f57b48d /src/mainview.h
parentRemoved rekonqrun class and provided slots in Application one. (diff)
downloadrekonq-c3ff1138d5d62e7092abb9d66f7f26097014f6e8.tar.xz
Big Big Big Commit!
Refactored loadUrl code to divide UI classes from WEB classes. We now have two loadUrl methods in the Application class to load (hopefully) every kind of (k)url..
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 05a7d96f..0324d4ed 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -104,13 +104,6 @@ public slots:
*/
WebView *newTab();
- /**
- * Core browser slot. Load an url in a webview
- *
- * @param url The url to load
- */
- void loadUrl(const KUrl &url);
-
void slotCloneTab(int index = -1);
void slotCloseTab(int index = -1);
void slotCloseOtherTabs(int index);