summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorJohannes Troscher <fritz_van_tom@hotmail.com>2011-11-27 12:18:33 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-27 12:18:33 +0100
commit6390d8ea58021f67257527cf98af5074656e0838 (patch)
tree2defdd7055541f41da100a81aa715bfb10ce8cc9 /src/tabbar.h
parentMerge branch 'bkGroupMidClick' (diff)
downloadrekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz
Unifies macro style
REVIEW: 103242 REVIEWED-BY: adjam
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index 1cb66592..78d48cdb 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -67,7 +67,7 @@ public:
static const int baseWidthDivisor = 4;
static const int minWidthDivisor = 8;
-signals:
+Q_SIGNALS:
void cloneTab(int index);
void closeTab(int index);
void closeOtherTabs(int index);
@@ -91,7 +91,7 @@ protected:
void dropEvent(QDropEvent *event);
void dragEnterEvent(QDragEnterEvent *event);
-private slots:
+private Q_SLOTS:
void cloneTab();
void closeTab();
void closeOtherTabs();