diff options
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 |