From 88bde6fd1e73f30a9bdb1da5fd4bd24aeb84266b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 30 Nov 2009 10:26:43 +0100 Subject: Porting rekonq to last Qt/KDE API adblock (KDE one) fix #1 --- src/webpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpage.h') 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: -- cgit v1.2.1