summaryrefslogtreecommitdiffstats
path: root/tdeunittest/example/module
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-09-03 20:03:01 +0200
committerSlávek Banko <[email protected]>2013-09-03 21:02:21 +0200
commit5cc26ceed345bb95cb1defab204b631cb79319de (patch)
tree9c80b1750fe99cb93f51a1724a6f32daa53f30fe /tdeunittest/example/module
parent412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff)
downloadtdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz
tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeunittest/example/module')
-rw-r--r--tdeunittest/example/module/samplemodule.cpp8
-rw-r--r--tdeunittest/example/module/samplemodule2.cpp6
2 files changed, 7 insertions, 7 deletions
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 )
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()
{