From 10d01088d7189de8def4dab1e73a043607859b58 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 24 Feb 2010 15:55:23 +0100 Subject: Again, saving one WebView pointer for each tab --- src/webtab.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/webtab.h') diff --git a/src/webtab.h b/src/webtab.h index d54ae5f8..8f434ee7 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -31,7 +31,9 @@ // KDE Includes #include -#include + +// Qt Includes +#include // Forward Declarations class WebPage; @@ -48,7 +50,7 @@ public: WebView *view(); WebPage *page(); - KUrl url() const; + KUrl url(); QString lastStatusBarText() const; int progress(); void createPreviewSelectorBar(int index); @@ -61,7 +63,6 @@ private slots: void createWalletBar(const QString &, const QUrl &); private: - WebView *const m_view; int m_progress; QString m_statusBarText; }; -- cgit v1.2.1