diff options
Diffstat (limited to 'kplato/tests/CalendarTester.cpp')
-rw-r--r-- | kplato/tests/CalendarTester.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/tests/CalendarTester.cpp b/kplato/tests/CalendarTester.cpp index bf0f299f..d5a3956b 100644 --- a/kplato/tests/CalendarTester.cpp +++ b/kplato/tests/CalendarTester.cpp @@ -21,13 +21,13 @@ #include <kptdatetime.h> #include <kptduration.h> #include <kptmap.h> -#include <kunittest/runner.h> -#include <kunittest/module.h> +#include <tdeunittest/runner.h> +#include <tdeunittest/module.h> #include <tqstring.h> using namespace KUnitTest; -KUNITTEST_MODULE(kunittest_CalendarTester, "Calendar Tester"); +KUNITTEST_MODULE(tdeunittest_CalendarTester, "Calendar Tester"); KUNITTEST_MODULE_REGISTER_TESTER(CalendarTester); void CalendarTester::allTests() { |