diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-05 18:35:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-05 18:35:08 -0600 |
commit | d152eb8cb5d1428596acf9dcb21c7aeb3bc56ec9 (patch) | |
tree | cf0cf400c76ee16c9b6edf1f8f8f6741de650d97 /sip/tdecore/kcrash.sip | |
parent | 74cddc8957bd05b902d7902de8b6bd32af19fa60 (diff) | |
download | pytde-d152eb8cb5d1428596acf9dcb21c7aeb3bc56ec9.tar.gz pytde-d152eb8cb5d1428596acf9dcb21c7aeb3bc56ec9.zip |
Rename KCrash to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdecore/kcrash.sip')
-rw-r--r-- | sip/tdecore/kcrash.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/kcrash.sip b/sip/tdecore/kcrash.sip index 3055166..582b52a 100644 --- a/sip/tdecore/kcrash.sip +++ b/sip/tdecore/kcrash.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KCrash +class TDECrash { %TypeHeaderCode #include <kcrash.h> @@ -47,5 +47,5 @@ public: protected: -}; // class KCrash +}; // class TDECrash |