From 8c5f265d22bd4590612b426ebb9d984b8e49f24c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 28 May 2009 01:55:25 +0200 Subject: working on error messages & openLinkInNewTab slot --- src/webpage.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/webpage.h') 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; }; -- cgit v1.2.1