diff options
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 4 |
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(); |