summaryrefslogtreecommitdiff
path: root/src/webtab/protocolhandler.h
diff options
context:
space:
mode:
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