From d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Thu, 2 Sep 2010 18:10:46 +0200 Subject: Include clean-up in the big src directory --- src/webtab.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/webtab.h') diff --git a/src/webtab.h b/src/webtab.h index a24418ef..a9129d0b 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -33,19 +33,14 @@ #include "rekonq_defines.h" // Local Includes -#include "webpage.h" #include "webview.h" -// KDE Includes -#include - // Qt Includes -#include -#include +#include // Forward Declarations -class WalletBar; class PreviewSelectorBar; +class WalletBar; class REKONQ_TESTS_EXPORT WebTab : public QWidget @@ -59,7 +54,7 @@ public: inline WebView *view() { return _view; } inline WebPage *page() { return view()->page(); } inline int progress() { return m_progress; } - + KUrl url(); void createPreviewSelectorBar(int index); @@ -74,10 +69,10 @@ private slots: signals: void loadProgressing(); - + private: WebView *_view; - + int m_progress; QWeakPointer _walletBar; -- cgit v1.2.1