summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-30 01:26:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-30 01:26:39 +0200
commit97cd6ce8851e19ddce3d0bf098a8b8a00ee02992 (patch)
tree3f250058b6792ca4fc275d8d8e6a2d8e282c4f8a /src/webpage.h
parentFixed wrong pointed out text in the Browse ListItem (diff)
downloadrekonq-97cd6ce8851e19ddce3d0bf098a8b8a00ee02992.tar.xz
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..
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h4
1 files changed, 1 insertions, 3 deletions
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();