summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-30 10:26:43 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-30 10:26:43 +0100
commit88bde6fd1e73f30a9bdb1da5fd4bd24aeb84266b (patch)
treed002a585d5a889c5e5df8ea8ab83ec8a04e2e59a /src/webpage.h
parentRestored QWebElementCollection (diff)
downloadrekonq-88bde6fd1e73f30a9bdb1da5fd4bd24aeb84266b.tar.xz
Porting rekonq to last Qt/KDE API
adblock (KDE one) fix #1
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 bb2c8cff..824736c1 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -48,7 +48,7 @@ class WebPage : public KWebPage
Q_OBJECT
public:
- explicit WebPage(QObject *parent = 0, qlonglong windowId = 0);
+ explicit WebPage(QObject *parent = 0);
~WebPage();
public slots: