summaryrefslogtreecommitdiff
path: root/kwebapp/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-06-05 11:38:19 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-06-08 00:39:47 +0200
commite4f47b368fe0c3380636ab8ab0cc5706518f8a2b (patch)
treeded3fbc8568870d79ac72445f141e1bd523dda99 /kwebapp/webpage.h
parentFix/improve kwebapp contextual actions (diff)
downloadrekonq-e4f47b368fe0c3380636ab8ab0cc5706518f8a2b.tar.xz
Added an UrlResolver class to let every url work properly here
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