From 9ca7b92557f7d468f8d57838261f4bdddf6d70e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:32 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/common/global/about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/global/about.cpp') diff --git a/src/common/global/about.cpp b/src/common/global/about.cpp index ffda7db..3b80abe 100644 --- a/src/common/global/about.cpp +++ b/src/common/global/about.cpp @@ -56,8 +56,8 @@ void Piklab::init(KAboutData *about, int argc, char **argv, bool gui, const KCmd printf("%s: version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION); if ( !gui ) KApplication::disableAutoDcopRegistration(); #endif - KCmdLineArgs::init(argc, argv, about); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, about); + TDECmdLineArgs::addCmdLineOptions(options); #if defined(NO_KDE) # if [[[TQT_VERSION IS DEPRECATED]]]<0x040000 (void)new TQApplication(argc, argv, TQApplication::Tty); -- cgit v1.2.1