From 4b24758d7230504daedc3d537f233f02244641bb Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 1 Aug 2012 11:35:06 +0200 Subject: Clean up WebWindow inserting the WebTab there. --- src/webwindow/webwindow.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/webwindow/webwindow.h') 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 -- cgit v1.2.1