summaryrefslogtreecommitdiff
path: root/src/tabhighlighteffect.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
commit19eb738f838bf214c9178a4f02464056137b0fa5 (patch)
treed73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/tabhighlighteffect.h
parentrekonq 0.9.56 (diff)
downloadrekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/tabhighlighteffect.h')
-rw-r--r--src/tabhighlighteffect.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tabhighlighteffect.h b/src/tabhighlighteffect.h
index 6deaa285..88302283 100644
--- a/src/tabhighlighteffect.h
+++ b/src/tabhighlighteffect.h
@@ -30,12 +30,14 @@
// Qt Includes
#include <QGraphicsEffect>
-#include <QPainter>
-#include <QEvent>
+#include <QColor>
// Forward Declarations
class TabBar;
+class QEvent;
+class QPainter;
+
class TabHighlightEffect : public QGraphicsEffect
{