summaryrefslogtreecommitdiffstats
path: root/src/common/global/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/global/about.cpp')
-rw-r--r--src/common/global/about.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/global/about.cpp b/src/common/global/about.cpp
index 3b80abe..cd470b4 100644
--- a/src/common/global/about.cpp
+++ b/src/common/global/about.cpp
@@ -54,7 +54,7 @@ void Piklab::init(KAboutData *about, int argc, char **argv, bool gui, const KCmd
Q_ASSERT( !gui );
#else
printf("%s: version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION);
- if ( !gui ) KApplication::disableAutoDcopRegistration();
+ if ( !gui ) TDEApplication::disableAutoDcopRegistration();
#endif
TDECmdLineArgs::init(argc, argv, about);
TDECmdLineArgs::addCmdLineOptions(options);
@@ -65,7 +65,7 @@ void Piklab::init(KAboutData *about, int argc, char **argv, bool gui, const KCmd
(void)new TQCoreApplication(argc, argv);
# endif
#else
- (void)new KApplication(gui, gui);
+ (void)new TDEApplication(gui, gui);
#endif
}