summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-16 00:20:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-16 00:20:22 +0200
commit2f5349f4975e68dcc41c31e300b92a5335debcef (patch)
tree9767dbbce20f196ca671fc7bb1abad5bbf79b184 /src/webview.h
parentRemoved some unuseful headers (diff)
downloadrekonq-2f5349f4975e68dcc41c31e300b92a5335debcef.tar.xz
Removed unuseful OpenLinkInNewTab slot
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h
index 30ff73af..84fc33cb 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -64,8 +64,6 @@ private slots:
void loadFinished();
void setStatusBarText(const QString &string);
- void openLinkInNewTab(const KUrl &);
-
private:
WebPage *m_page;