summaryrefslogtreecommitdiff
path: root/src/tabhighlighteffect.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
commit9d20e99fffeebe67fd8ff27cb4f9e353892f5190 (patch)
tree23462fac2e862a2f408a26f94ab024c4174c3458 /src/tabhighlighteffect.h
parentrekonq 0.6.82 (diff)
downloadrekonq-9d20e99fffeebe67fd8ff27cb4f9e353892f5190.tar.xz
Coding style
Diffstat (limited to 'src/tabhighlighteffect.h')
-rw-r--r--src/tabhighlighteffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabhighlighteffect.h b/src/tabhighlighteffect.h
index 269a3315..6deaa285 100644
--- a/src/tabhighlighteffect.h
+++ b/src/tabhighlighteffect.h
@@ -42,7 +42,7 @@ class TabHighlightEffect : public QGraphicsEffect
Q_OBJECT
public:
- explicit TabHighlightEffect (TabBar *tabBar = 0);
+ explicit TabHighlightEffect(TabBar *tabBar = 0);
protected:
virtual void draw(QPainter *painter);