diff options
Diffstat (limited to 'tdecore/knotifyclient.cpp')
-rw-r--r-- | tdecore/knotifyclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/knotifyclient.cpp b/tdecore/knotifyclient.cpp index e146fec85..c219cef28 100644 --- a/tdecore/knotifyclient.cpp +++ b/tdecore/knotifyclient.cpp @@ -42,7 +42,7 @@ static bool canAvoidStartupEvent( const TQString& event, const TQString& appname checkAvoid = false; return false; } - // startkde event is in global events file + // starttde event is in global events file static KConfig* configfile = appname != "ksmserver" ? new KConfig( appname + ".eventsrc", true, false ) : new KConfig( "knotify.eventsrc", true, false ); |