summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-18 19:28:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-18 19:28:32 +0200
commitcb1bbf87674c292b9b2f9e445101e93147ca4943 (patch)
treea9a055b532be73193a7687613191e3ef2b7aa91a /src/webview.h
parentOpen links in new tab located near currently active tab (diff)
parentReally fixed 2 commits ago options.. :) (diff)
downloadrekonq-cb1bbf87674c292b9b2f9e445101e93147ca4943.tar.xz
Merge branch 'HomePageEmbedded2'
Seems fixed now. WE HAVE HOME PAGE!! Conflicts: src/mainview.cpp
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 f1e5272c..a132a193 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;