diff options
Diffstat (limited to 'kexi/plugins/macros/tests/commontests.cpp')
-rw-r--r-- | kexi/plugins/macros/tests/commontests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/macros/tests/commontests.cpp b/kexi/plugins/macros/tests/commontests.cpp index 9d43ac41..0a18e580 100644 --- a/kexi/plugins/macros/tests/commontests.cpp +++ b/kexi/plugins/macros/tests/commontests.cpp @@ -51,8 +51,8 @@ namespace KoMacroTest { /** * Register KoMacroTest::CommonTests as TestSuite. */ - KUNITTEST_SUITE("CommonTestsSuite") - KUNITTEST_REGISTER_TESTER(CommonTests); + TDEUNITTEST_SUITE("CommonTestsSuite") + TDEUNITTEST_REGISTER_TESTER(CommonTests); /** * @internal d-pointer class to be more flexible on future extension of the |