diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-05 18:38:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-05 18:38:23 -0600 |
commit | 4b3606f910373fb4b9d653049b6c08a809aebf47 (patch) | |
tree | a6fde62522edc2a9672e7024c18b31b988362401 /tdecore/kaboutdata.cpp | |
parent | a07501e296ac9e3a89574a88640a7f726eb8e3e0 (diff) | |
download | tdelibs-4b3606f910373fb4b9d653049b6c08a809aebf47.tar.gz tdelibs-4b3606f910373fb4b9d653049b6c08a809aebf47.zip |
Rename KCrash to avoid conflicts with KDE4
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 |