diff options
Diffstat (limited to 'src/tests/tabbar_test.cpp')
-rw-r--r-- | src/tests/tabbar_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/tabbar_test.cpp b/src/tests/tabbar_test.cpp index a5c2063d..0ff73c3f 100644 --- a/src/tests/tabbar_test.cpp +++ b/src/tests/tabbar_test.cpp @@ -75,11 +75,11 @@ class TabBarTest : public QObject { Q_OBJECT -public slots: +public Q_SLOTS: void initTestCase(); void cleanupTestCase(); -private slots: +private Q_SLOTS: void tabSizeHint_data(); void tabSizeHint(); |