summaryrefslogtreecommitdiff
path: root/src/tests/listitem_test.cpp
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/tests/listitem_test.cpp
parentMerge branch 'bkGroupMidClick' (diff)
downloadrekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz
Unifies macro style
REVIEW: 103242 REVIEWED-BY: adjam
Diffstat (limited to 'src/tests/listitem_test.cpp')
-rw-r--r--src/tests/listitem_test.cpp6
1 files changed, 3 insertions, 3 deletions
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 <pierre.rossi@gmail.com>
+ * Copyright 2010-2011 Pierre Rossi <pierre.rossi@gmail.com>
*
* 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();