diff options
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: |