summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-24 15:28:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-24 15:28:15 +0200
commitff6acd7ee07b4cf41392a522b96d044dca5b6d10 (patch)
tree034de2157975554a8ed85bdddfd623b99813712b /src/webview.h
parentUpdated TODO (diff)
downloadrekonq-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.h2
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;