summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-25 12:47:30 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-25 12:47:30 +0100
commit5f59b5f0c7724662f180f82123dc5c269f41a530 (patch)
tree2f055e95dc2536b656f7b5e82a52995876fdcb58 /src/webpage.h
parentSimpler is better :) (diff)
downloadrekonq-5f59b5f0c7724662f180f82123dc5c269f41a530.tar.xz
Fix cookies handling.
Change WebPage ctor && setting winId for each page in the cookiejar
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h
index f76fd334..c9b78927 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -53,7 +53,7 @@ class WebPage : public KWebPage
Q_OBJECT
public:
- explicit WebPage(QObject *parent = 0);
+ explicit WebPage(QWidget *parent = 0);
~WebPage();
public slots: