summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-09-02 18:10:46 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-09-03 08:27:20 +0200
commitd0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b (patch)
treef89adefce79c8bf0d5cde2e1bc015a443ccb39fe /src/tabbar.h
parentThis commit hacks a merge request, to fast fixing a crash calling the bk toolbar (diff)
downloadrekonq-d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b.tar.xz
Include clean-up in the big src directory
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
*/