summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-28 01:55:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-28 01:55:25 +0200
commit8c5f265d22bd4590612b426ebb9d984b8e49f24c (patch)
treeaaa821c74a49f4f23806209844a9d22c129e05ef /src/webpage.h
parentLot of work to do in mainview. Removed status/tool/geometry change view signals (diff)
downloadrekonq-8c5f265d22bd4590612b426ebb9d984b8e49f24c.tar.xz
working on error messages & openLinkInNewTab slot
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 5fd69702..1f8777bd 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -65,17 +65,12 @@ protected:
KWebPage *createWindow(QWebPage::WebWindowType type);
-protected Q_SLOTS:
- virtual void slotHandleUnsupportedContent(QNetworkReply *reply);
+// protected Q_SLOTS:
+// virtual void slotHandleUnsupportedContent(QNetworkReply *reply);
private:
void viewErrorPage(QNetworkReply *);
- friend class WebView;
-
- // set the webview mousepressedevent
-// Qt::KeyboardModifiers m_keyboardModifiers;
-// Qt::MouseButtons m_pressedButtons;
KUrl m_loadingUrl;
};