From 97cd6ce8851e19ddce3d0bf098a8b8a00ee02992 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 30 Apr 2010 01:26:39 +0200 Subject: Fix (again and again) ftp handling (and errors in general) Disabled the "Failed to Load" string as rekonq usually does a lot more than WebKit to "load" an url.. --- src/webpage.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/webpage.h') diff --git a/src/webpage.h b/src/webpage.h index 7c1ac2a5..cd86813c 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -69,10 +69,8 @@ protected: const QNetworkRequest &request, NavigationType type); -protected Q_SLOTS: - virtual void handleUnsupportedContent(QNetworkReply *reply); - private slots: + void handleUnsupportedContent(QNetworkReply *reply); void manageNetworkErrors(QNetworkReply *reply); void loadFinished(bool); void showSSLInfo(); -- cgit v1.2.1