From 3ebb8cca124d70c5565656b26060892de551a880 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 26 Apr 2009 12:31:32 +0200 Subject: Removed KDE VERSION check. tabbar needs some love.. --- src/mainview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainview.h') 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); -- cgit v1.2.1