summaryrefslogtreecommitdiffstats
path: root/kunittest/tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'kunittest/tester.h')
-rw-r--r--kunittest/tester.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kunittest/tester.h b/kunittest/tester.h
index 75eebd39c..e654b1b46 100644
--- a/kunittest/tester.h
+++ b/kunittest/tester.h
@@ -147,8 +147,8 @@ SampleTest - 1 test passed, 1 test failed
*
* int main( int argc, char** argv )
* {
- * KAboutData about("SampleTests", I18N_NOOP("SampleTests"), version, description,
- * KAboutData::License_BSD, "(C) 2005 You!", 0, 0, "mail@provider");
+ * TDEAboutData about("SampleTests", I18N_NOOP("SampleTests"), version, description,
+ * TDEAboutData::License_BSD, "(C) 2005 You!", 0, 0, "mail@provider");
*
* TDECmdLineArgs::init(argc, argv, &about);
* TDECmdLineArgs::addCmdLineOptions( options );