From 5cc26ceed345bb95cb1defab204b631cb79319de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:03:01 +0200 Subject: Additional k => tde renaming and fixes --- tdeunittest/example/module/samplemodule2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeunittest/example/module/samplemodule2.cpp') diff --git a/tdeunittest/example/module/samplemodule2.cpp b/tdeunittest/example/module/samplemodule2.cpp index 1e08f102..fcb00fc6 100644 --- a/tdeunittest/example/module/samplemodule2.cpp +++ b/tdeunittest/example/module/samplemodule2.cpp @@ -33,9 +33,9 @@ using namespace KUnitTest; -KUNITTEST_MODULE( tdeunittest_samplemodule2, "Suite2::Sub" ) -KUNITTEST_MODULE_REGISTER_TESTER( SimpleSampleTester ) -KUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester ) +TDEUNITTEST_MODULE( tdeunittest_samplemodule2, "Suite2::Sub" ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SimpleSampleTester ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester ) void SimpleSampleTester::allTests() { -- cgit v1.2.1