From c50290e8fdbce0e7736a717cf44c8ab8b062fe77 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 12 Nov 2009 15:35:05 +0100 Subject: KIO download system ported to kdewebkit signals and functions --- src/webpage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webpage.h') 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); -- cgit v1.2.1