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/kcrash.h | |
parent | a07501e296ac9e3a89574a88640a7f726eb8e3e0 (diff) | |
download | tdelibs-4b3606f910373fb4b9d653049b6c08a809aebf47.tar.gz tdelibs-4b3606f910373fb4b9d653049b6c08a809aebf47.zip |
Rename KCrash to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kcrash.h')
-rw-r--r-- | tdecore/kcrash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kcrash.h b/tdecore/kcrash.h index d6941b825..0ea938bfe 100644 --- a/tdecore/kcrash.h +++ b/tdecore/kcrash.h @@ -34,7 +34,7 @@ * be called by the default crash handler, giving the application a chance * to save its data. */ -class TDECORE_EXPORT KCrash +class TDECORE_EXPORT TDECrash { private: // ;o) static const char *appName; |