diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 17:24:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-05 17:24:13 +0200 |
commit | 3e46acd2391fd37821dbbaad641100426e58f3e5 (patch) | |
tree | 8a2fc6bd1db21f7c0089b4fe8a932f9f40f2f0a7 /src/webpage.h | |
parent | Fixing Licensing issue (diff) | |
download | rekonq-3e46acd2391fd37821dbbaad641100426e58f3e5.tar.xz |
Initial porting to KCookieJar
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h index aefd9bcd..d21fc44d 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -77,8 +77,7 @@ protected: const QUrl &url, const QStringList ¶mNames, const QStringList ¶mValues); - - + protected Q_SLOTS: virtual void slotHandleUnsupportedContent(QNetworkReply *reply); virtual void slotDownloadRequested(const QNetworkRequest &request); |