summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-26 12:31:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-26 12:31:32 +0200
commit3ebb8cca124d70c5565656b26060892de551a880 (patch)
tree61eaa032f96cb2d294d06b5de69d79568d460ea1 /src/mainview.h
parentDoxyFile (diff)
downloadrekonq-3ebb8cca124d70c5565656b26060892de551a880.tar.xz
Removed KDE VERSION check. tabbar needs some love..
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 81865ca6..facd865f 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -111,7 +111,7 @@ public slots:
* @return a pointer to the new WebView
*/
WebView *newWebView(bool makeCurrent = true);
- void loadUrlInCurrentTab(const KUrl &url); // DEPRECATED
+ void loadUrlInCurrentTab(const KUrl &url);
void slotCloneTab(int index = -1);
void slotCloseTab(int index = -1);
void slotCloseOtherTabs(int index);