summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-09-22 21:46:46 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-09-22 21:46:46 +0200
commit0d3de3026b5838ed7e562588aa664d2cd483fe18 (patch)
tree2f2e80dce2ae42b25b78ab262ff5d0269c9882aa /src/webview.h
parentMerge branch 'master' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-0d3de3026b5838ed7e562588aa664d2cd483fe18.tar.xz
open a selected url text in a new tab/window
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h
index a132a193..baf8f9f5 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -45,7 +45,7 @@ class WebView : public QWebView
public:
explicit WebView(QWidget *parent = 0);
-
+
WebPage *page();
KUrl url() const;
QString lastStatusBarText() const;
@@ -73,7 +73,7 @@ private slots:
void slotLoadFinished(bool);
void printFrame();
-
+
void openLinkInNewWindow();
void openLinkInNewTab();