summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index 49c0e3ca..a80776e1 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -34,17 +34,10 @@
// Rekonq Includes
#include "rekonq_defines.h"
-// Qt Includes
-#include <QWeakPointer>
-
// KDE Includes
#include <KTabBar>
// Forward Declarations
-class QPoint;
-class QMouseEvent;
-class QEvent;
-
class KPassivePopup;
@@ -95,7 +88,7 @@ private slots:
private:
void setupHistoryActions();
-
+
friend class MainView;
/**
@@ -104,7 +97,7 @@ private:
int m_actualIndex;
QWeakPointer<KPassivePopup> m_previewPopup;
-
+
/**
* the index of the tab preview shown
*/