summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-04 00:48:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-04 00:48:41 +0200
commit1e32755e0c8caa5be6c12dd6675a477e5dae9155 (patch)
tree561740ef6654371d458d8a6140e6975b11d521c6 /src/webview.h
parentImproving Multi Windows implementation (diff)
downloadrekonq-1e32755e0c8caa5be6c12dd6675a477e5dae9155.tar.xz
Open in new Window Action
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index 259c1d83..49bdccfb 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -73,6 +73,8 @@ private slots:
void slotLoadFinished(bool);
void printFrame();
+
+ void openLinkInNewWindow();
private:
WebPage *m_page;