summaryrefslogtreecommitdiff
path: root/src/tabhighlighteffect.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
commitd735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b (patch)
tree7f503381217f59ec680f141babd4f07a878ecad1 /src/tabhighlighteffect.cpp
parentRevert "Fix opensearch add shortcut handling" (diff)
downloadrekonq-d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b.tar.xz
Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"
This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
Diffstat (limited to 'src/tabhighlighteffect.cpp')
-rw-r--r--src/tabhighlighteffect.cpp13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/tabhighlighteffect.cpp b/src/tabhighlighteffect.cpp
index 121afd15..b6f191d8 100644
--- a/src/tabhighlighteffect.cpp
+++ b/src/tabhighlighteffect.cpp
@@ -24,25 +24,18 @@
* ============================================================ */
-// Self Includes
+//Self Includes
#include "tabhighlighteffect.h"
#include "tabhighlighteffect.moc"
-// Local Includes
-#include "tabbar.h"
-
-// Qt Includes
-#include <QEvent>
-#include <QPainter>
+//Qt Includes
#include <QVariant>
+#include <tabbar.h>
const QByteArray prep("hAnim");
-// ---------------------------------------------------------------------------
-
-
TabHighlightEffect::TabHighlightEffect(TabBar *tabBar)
: QGraphicsEffect(tabBar)
, m_tabBar(tabBar)