summaryrefslogtreecommitdiff
path: root/kwebapp/webpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwebapp/webpage.h')
-rw-r--r--kwebapp/webpage.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/kwebapp/webpage.h b/kwebapp/webpage.h
index 33d06a31..97d7102a 100644
--- a/kwebapp/webpage.h
+++ b/kwebapp/webpage.h
@@ -39,17 +39,11 @@ class WebPage : public KWebPage
public:
WebPage(QObject *parent = 0);
- void setSelfLoadingEnabled(bool);
-
-private Q_SLOTS:
- void disableSelfLoading();
-
protected:
virtual bool acceptNavigationRequest(QWebFrame *, const QNetworkRequest &, NavigationType);
-private:
- bool _selfLoading;
-
+private Q_SLOTS:
+ void handleUnsupportedContent(QNetworkReply *);
};
#endif // _WEB_PAGE_H