summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-24 15:42:48 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-24 15:42:48 +0100
commit9a7a4066e20524efd337011ba868f1f29855f754 (patch)
treeb1d3d5e3b5ee4b346e247d26c58005e8da14bbb8 /src/webpage.h
parentThis commit should finally fix settings handling (diff)
downloadrekonq-9a7a4066e20524efd337011ba868f1f29855f754.tar.xz
WebPage API cleaning
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 42d5f586..a3e58dc1 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -61,7 +61,6 @@ public:
void showSSLInfo();
public slots:
- void manageNetworkErrors(QNetworkReply *reply);
virtual void downloadRequest(const QNetworkRequest &request);
void downloadAllContentsWithKGet();
@@ -76,13 +75,13 @@ protected Q_SLOTS:
virtual void handleUnsupportedContent(QNetworkReply *reply);
private slots:
+ void manageNetworkErrors(QNetworkReply *reply);
void loadFinished(bool);
private:
QString errorPage(QNetworkReply *);
ProtocolHandler _protHandler;
-
WebSslInfo _sslInfo;
};