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 fd7cce483..8db37e58f 100644 --- a/tdecore/kaboutdata.cpp +++ b/tdecore/kaboutdata.cpp @@ -266,7 +266,7 @@ TDEAboutData::internalProgramName() const return mProgramName; } -// KCrash should call as few things as possible and should avoid e.g. malloc() +// TDECrash should call as few things as possible and should avoid e.g. malloc() // because it may deadlock. Since i18n() needs it, when TDELocale is available // the i18n() call will be done here in advance. void |