diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-30 10:26:43 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-30 10:26:43 +0100 |
commit | 88bde6fd1e73f30a9bdb1da5fd4bd24aeb84266b (patch) | |
tree | d002a585d5a889c5e5df8ea8ab83ec8a04e2e59a /src/webpage.h | |
parent | Restored QWebElementCollection (diff) | |
download | rekonq-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.h | 2 |
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: |