diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 01:12:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-19 01:12:46 +0200 |
commit | a7f14515a48b3c124cd2dbdf85e0657e10f66c12 (patch) | |
tree | 9515827c999cbb14294a58974d9a7aaab4551fcc /src/webpage.h | |
parent | Merge branch 'local-svn' (diff) | |
download | rekonq-a7f14515a48b3c124cd2dbdf85e0657e10f66c12.tar.xz |
Restored Unsupport Content Handler (new 1st implementation)
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h index ac6780ff..8ed53a2d 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -58,8 +58,9 @@ protected: KWebPage *createWindow(QWebPage::WebWindowType type); -// protected Q_SLOTS: -// virtual void slotHandleUnsupportedContent(QNetworkReply *reply); + +protected Q_SLOTS: + virtual void slotHandleUnsupportedContent(QNetworkReply *reply); private: void viewErrorPage(QNetworkReply *); |