diff options
Diffstat (limited to 'src/common/global/about.cpp')
-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); |