diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 15:28:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 15:28:15 +0200 |
commit | ff6acd7ee07b4cf41392a522b96d044dca5b6d10 (patch) | |
tree | 034de2157975554a8ed85bdddfd623b99813712b /src/webview.h | |
parent | Updated TODO (diff) | |
download | rekonq-ff6acd7ee07b4cf41392a522b96d044dca5b6d10.tar.xz |
Pano "create new windowd" bug fix and other little web classes
improvements
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index cbe9c66e..4efb2733 100644 --- a/src/webview.h +++ b/src/webview.h @@ -40,7 +40,7 @@ class WebView : public QWebView public: explicit WebView(QWidget *parent = 0); - WebPage *page() const; + WebPage *page(); KUrl url() const; QString lastStatusBarText() const; int progress() const; |