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 609141fb..8e123647 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -83,7 +83,7 @@ public: bool hasSslValid() const; public Q_SLOTS: - void downloadAllContentsWithKGet(QPoint); + void downloadAllContentsWithKGet(); virtual void downloadRequest(const QNetworkRequest &request); virtual void downloadUrl(const KUrl &url); |