diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-23 09:33:07 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-23 09:33:07 +0200 |
commit | 3ba308e1e6c46438624ff573cee2657bf54111d3 (patch) | |
tree | 5749cb7dffa0c3060aae316afdd8e3fa19026a5d /src/webview.h | |
parent | fix page preview (diff) | |
parent | open a selected url text in a new tab/window (diff) | |
download | rekonq-3ba308e1e6c46438624ff573cee2657bf54111d3.tar.xz |
Merge commit 'refs/merge-requests/1580' of git://gitorious.org/rekonq/mainline into lionel
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 4 |
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(); |