diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:32 -0600 |
commit | 9ca7b92557f7d468f8d57838261f4bdddf6d70e0 (patch) | |
tree | 32f771932010128486ca695622f3255e17ee72f6 /src/common/global | |
parent | 33294802d33c754914aa4c16de5efe26408e05ef (diff) | |
download | piklab-9ca7b92557f7d468f8d57838261f4bdddf6d70e0.tar.gz piklab-9ca7b92557f7d468f8d57838261f4bdddf6d70e0.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/common/global')
-rw-r--r-- | src/common/global/about.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |