summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-30 02:17:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-30 02:17:15 +0200
commit313314b39214c6b6c673d882dfbf3deab91007c0 (patch)
tree2d8c2bc503c4f5b1bb75d8c8cc628c7125f257f7 /src/webpage.h
parentFixing silly conditions on CMakeLists KDE version (diff)
downloadrekonq-313314b39214c6b6c673d882dfbf3deab91007c0.tar.xz
Fake gg:// and wk:// protocol.
Initial Url && Search Bar (to be improved in 0.3) Trivial cleaning things here and there..
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 8fe9517d..c43212b6 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -48,13 +48,8 @@ public slots:
void manageNetworkErrors(QNetworkReply* reply);
protected:
- bool acceptNavigationRequest(QWebFrame *frame,
- const QNetworkRequest &request,
- NavigationType type);
-
KWebPage *createWindow(QWebPage::WebWindowType type);
-
protected Q_SLOTS:
virtual void slotHandleUnsupportedContent(QNetworkReply *reply);