From 5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:57:01 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/Mainpage.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Mainpage.dox b/src/Mainpage.dox index bbf96246..78ee051b 100644 --- a/src/Mainpage.dox +++ b/src/Mainpage.dox @@ -48,8 +48,8 @@ Example: "", "http://www.myapp.org"); aboutData.addAuthor("Me", I18N_NOOP("Creator"), "me@myapp.org"); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions( options ); TDEApplication app; -- cgit v1.2.1