diff options
Diffstat (limited to 'tdecore/kaboutdata.cpp')
-rw-r--r-- | tdecore/kaboutdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kaboutdata.cpp b/tdecore/kaboutdata.cpp index 2add13022..fd7cce483 100644 --- a/tdecore/kaboutdata.cpp +++ b/tdecore/kaboutdata.cpp @@ -267,7 +267,7 @@ TDEAboutData::internalProgramName() const } // KCrash should call as few things as possible and should avoid e.g. malloc() -// because it may deadlock. Since i18n() needs it, when KLocale is available +// because it may deadlock. Since i18n() needs it, when TDELocale is available // the i18n() call will be done here in advance. void TDEAboutData::translateInternalProgramName() const |