From b19ddece21e102b8e4b292037ca7578f60b128fe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:05 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kunittest/tester.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kunittest/tester.h') 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 ); -- cgit v1.2.1