From 0f9594f7c43f0b86c634e6f4e92b14fc9783bfee Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 21 Oct 2012 12:06:52 +0200 Subject: Fix new page creation on blank target url click --- src/webtab/protocolhandler.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/webtab/protocolhandler.h') diff --git a/src/webtab/protocolhandler.h b/src/webtab/protocolhandler.h index 7d685ea4..83d2e81c 100644 --- a/src/webtab/protocolhandler.h +++ b/src/webtab/protocolhandler.h @@ -38,8 +38,6 @@ #include // Forward Declarations -class WebWindow; - class KDirLister; class KFileItemList; class KJob; @@ -67,7 +65,7 @@ public: */ bool postHandling(const QNetworkRequest &request, QWebFrame *frame); - void setWindow(WebWindow *); + void setWindow(QWidget *); Q_SIGNALS: void downloadUrl(const KUrl &); @@ -83,7 +81,7 @@ private: QWebFrame *_frame; KUrl _url; - WebWindow *_webwin; + QWidget *_webwin; }; #endif // PROTOCOL_HANDLER_H -- cgit v1.2.1