summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-23 03:10:56 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-23 03:10:56 +0100
commited1a5bac8bb6e03063df1f5c499a6fdcfc14d9a5 (patch)
tree3405a9183b891ccb93b46c8f8888924e63d82499 /src/tabbar.h
parentRemoved dpi option. (diff)
downloadrekonq-ed1a5bac8bb6e03063df1f5c499a6fdcfc14d9a5.tar.xz
Saving 4 bytes per tab :)
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index b78e9b24..76d70197 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -33,7 +33,6 @@
// Local Includes
#include "rekonqprivate_export.h"
-#include "mainview.h"
// Qt Includes
#include <QPointer>
@@ -59,7 +58,7 @@ class REKONQ_TESTS_EXPORT TabBar : public KTabBar
Q_OBJECT
public:
- TabBar(MainView *parent);
+ TabBar(QWidget *parent);
~TabBar();
void showTabPreview(int tab);
@@ -93,8 +92,6 @@ private slots:
private:
friend class MainView;
- MainView *m_parent;
-
/**
* the index in which we are seeing a Context menu
*/