diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-15 03:29:48 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 00:59:32 +0100 |
commit | aa9521b0e0f810a9ba94d7f6c7f9100c3f69d862 (patch) | |
tree | 57dd9649ba0b69f1fa385416c9af9d78587f2de9 /src/webpage.h | |
parent | fix spacing (diff) | |
download | rekonq-aa9521b0e0f810a9ba94d7f6c7f9100c3f69d862.tar.xz |
First form of protocol handling
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h index 79d8e8e7..c76eaea3 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -32,6 +32,9 @@ #define WEBPAGE_H +// Local Includes +#include "protocolhandler.h" + // KDE Includes #include <KWebPage> @@ -71,6 +74,7 @@ private: QString errorPage(QNetworkReply *); QUrl m_requestedUrl; + ProtocolHandler m_protHandler; }; #endif |