summaryrefslogtreecommitdiff
path: root/src/webtab/protocolhandler.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-10-21 12:06:52 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commit0f9594f7c43f0b86c634e6f4e92b14fc9783bfee (patch)
tree8caf0c827fc9933edb3be56e790b9355f3014f70 /src/webtab/protocolhandler.h
parentenable webapp mode by calling "rekonq --webapp URL" :D (diff)
downloadrekonq-0f9594f7c43f0b86c634e6f4e92b14fc9783bfee.tar.xz
Fix new page creation on blank target url click
Diffstat (limited to 'src/webtab/protocolhandler.h')
-rw-r--r--src/webtab/protocolhandler.h6
1 files changed, 2 insertions, 4 deletions
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 <QObject>
// 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