summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-01 11:35:06 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commit4b24758d7230504daedc3d537f233f02244641bb (patch)
tree27206d0a12e5052d7b4bffe76b48e1e1cca31985 /src/webwindow/webwindow.h
parentLet WebTab compile (and everything NOT commented out...) (diff)
downloadrekonq-4b24758d7230504daedc3d537f233f02244641bb.tar.xz
Clean up WebWindow inserting the WebTab there.
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r--src/webwindow/webwindow.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index bc445afe..64af055b 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -40,9 +40,11 @@
// Forward Declarations
class WebPage;
+class WebTab;
+class WebView;
+
+class KLineEdit;
-class QWebView;
-class QLineEdit;
class QPixmap;
class QUrl;
@@ -59,7 +61,7 @@ public:
WebPage *page();
- QUrl url() const;
+ KUrl url() const;
QString title() const;
QIcon icon() const;
@@ -94,8 +96,8 @@ Q_SIGNALS:
private:
int _progress;
- QWebView *_view;
- QLineEdit *_edit;
+ WebTab *_tab;
+ KLineEdit *_edit;
};
#endif // WEB_WINDOW