summaryrefslogtreecommitdiffstats
path: root/kplato
diff options
context:
space:
mode:
Diffstat (limited to 'kplato')
-rw-r--r--kplato/tests/CalendarTester.cpp4
-rw-r--r--kplato/tests/DateTimeTester.cpp4
-rw-r--r--kplato/tests/DurationTester.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/kplato/tests/CalendarTester.cpp b/kplato/tests/CalendarTester.cpp
index d5a3956b..9c67d068 100644
--- a/kplato/tests/CalendarTester.cpp
+++ b/kplato/tests/CalendarTester.cpp
@@ -27,8 +27,8 @@
using namespace KUnitTest;
-KUNITTEST_MODULE(tdeunittest_CalendarTester, "Calendar Tester");
-KUNITTEST_MODULE_REGISTER_TESTER(CalendarTester);
+TDEUNITTEST_MODULE(tdeunittest_CalendarTester, "Calendar Tester");
+TDEUNITTEST_MODULE_REGISTER_TESTER(CalendarTester);
void CalendarTester::allTests() {
testSingleDay();
diff --git a/kplato/tests/DateTimeTester.cpp b/kplato/tests/DateTimeTester.cpp
index e3558a32..beee3c5b 100644
--- a/kplato/tests/DateTimeTester.cpp
+++ b/kplato/tests/DateTimeTester.cpp
@@ -26,8 +26,8 @@
using namespace KUnitTest;
-KUNITTEST_MODULE(tdeunittest_DateTimeTester, "DateTime Tester");
-KUNITTEST_MODULE_REGISTER_TESTER(DateTimeTester);
+TDEUNITTEST_MODULE(tdeunittest_DateTimeTester, "DateTime Tester");
+TDEUNITTEST_MODULE_REGISTER_TESTER(DateTimeTester);
void DateTimeTester::allTests() {
testSubtract();
diff --git a/kplato/tests/DurationTester.cpp b/kplato/tests/DurationTester.cpp
index b6ac6d72..3266a2bd 100644
--- a/kplato/tests/DurationTester.cpp
+++ b/kplato/tests/DurationTester.cpp
@@ -23,8 +23,8 @@
using namespace KUnitTest;
-KUNITTEST_MODULE(tdeunittest_DurationTester, "Duration Tester");
-KUNITTEST_MODULE_REGISTER_TESTER(DurationTester);
+TDEUNITTEST_MODULE(tdeunittest_DurationTester, "Duration Tester");
+TDEUNITTEST_MODULE_REGISTER_TESTER(DurationTester);
void DurationTester::allTests() {
testArithmetic();