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/tests/listitem_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tests/listitem_test.cpp') diff --git a/src/tests/listitem_test.cpp b/src/tests/listitem_test.cpp index 53918040..bfa22139 100644 --- a/src/tests/listitem_test.cpp +++ b/src/tests/listitem_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010 Pierre Rossi + * Copyright 2010-2011 Pierre Rossi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,11 +28,11 @@ class ListItemTest : public QObject { Q_OBJECT -public slots: +public Q_SLOTS: void initTestCase(); void cleanupTestCase(); -private slots: +private Q_SLOTS: void wordHighLighting_data(); void wordHighLighting(); -- cgit v1.2.1