summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/main.cpp')
-rw-r--r--kicker/kicker/core/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/core/main.cpp b/kicker/kicker/core/main.cpp
index 4dc4c9864..82f82502c 100644
--- a/kicker/kicker/core/main.cpp
+++ b/kicker/kicker/core/main.cpp
@@ -139,7 +139,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char ** argv )
if (signal(SIGHUP, sighandler) == SIG_IGN)
signal(SIGHUP, SIG_IGN);
- // send it even before KApplication ctor, because ksmserver will launch another app as soon
+ // send it even before TDEApplication ctor, because ksmserver will launch another app as soon
// as TQApplication registers with it
DCOPClient* cl = new DCOPClient;
cl->attach();