From 5cc26ceed345bb95cb1defab204b631cb79319de Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 3 Sep 2013 20:03:01 +0200 Subject: Additional k => tde renaming and fixes --- tdeunittest/example/module/samplemodule.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeunittest/example/module/samplemodule.cpp') diff --git a/tdeunittest/example/module/samplemodule.cpp b/tdeunittest/example/module/samplemodule.cpp index 4ffadb6c..b100df08 100644 --- a/tdeunittest/example/module/samplemodule.cpp +++ b/tdeunittest/example/module/samplemodule.cpp @@ -31,7 +31,7 @@ using namespace KUnitTest; -KUNITTEST_MODULE( tdeunittest_samplemodule, "Suite1" ) -KUNITTEST_MODULE_REGISTER_TESTER( SlotSampleTester ) -KUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester ) -KUNITTEST_MODULE_REGISTER_TESTER( SomeExtraTester ) +TDEUNITTEST_MODULE( tdeunittest_samplemodule, "Suite1" ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SlotSampleTester ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester ) +TDEUNITTEST_MODULE_REGISTER_TESTER( SomeExtraTester ) -- cgit v1.2.3