diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-12 15:35:05 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:51:47 +0100 |
commit | c50290e8fdbce0e7736a717cf44c8ab8b062fe77 (patch) | |
tree | 0365730b3ef251b9e8efad62d442e985770b84e6 /src/webpage.h | |
parent | Connecting new KWebView signals to some proper slots (diff) | |
download | rekonq-c50290e8fdbce0e7736a717cf44c8ab8b062fe77.tar.xz |
KIO download system
ported to kdewebkit signals and functions
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h index fed877ae..eb558220 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -54,14 +54,14 @@ public: virtual bool authorizedRequest(const QUrl &url) const; public slots: - void manageNetworkErrors(QNetworkReply* reply); + void manageNetworkErrors(QNetworkReply *reply); protected: WebPage *createWindow(WebWindowType type); virtual bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, - NavigationType type);// + NavigationType type); protected Q_SLOTS: virtual void handleUnsupportedContent(QNetworkReply *reply); |