From 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs 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 061f319b3..5e47f7ccb 100644 --- a/kunittest/tester.h +++ b/kunittest/tester.h @@ -150,8 +150,8 @@ SampleTest - 1 test passed, 1 test failed * KAboutData about("SampleTests", I18N_NOOP("SampleTests"), version, description, * KAboutData::License_BSD, "(C) 2005 You!", 0, 0, "mail@provider"); * - * KCmdLineArgs::init(argc, argv, &about); - * KCmdLineArgs::addCmdLineOptions( options ); + * TDECmdLineArgs::init(argc, argv, &about); + * TDECmdLineArgs::addCmdLineOptions( options ); * KApplication app; * * KUnitTest::RunnerGUI runner(0); -- cgit v1.2.1