From 6390d8ea58021f67257527cf98af5074656e0838 Mon Sep 17 00:00:00 2001 From: Johannes Troscher Date: Sun, 27 Nov 2011 12:18:33 +0100 Subject: Unifies macro style REVIEW: 103242 REVIEWED-BY: adjam --- src/tabbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tabbar.h') 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(); -- cgit v1.2.1