- class KCrash
+ class TDECrash
|
@@ -28,7 +28,7 @@
tdecore |
Class |
- KCrash |
+ TDECrash |
Inherits |
|
diff --git a/doc/classref/tdecore/index.html b/doc/classref/tdecore/index.html
index d35166a..7c9b4f4 100644
--- a/doc/classref/tdecore/index.html
+++ b/doc/classref/tdecore/index.html
@@ -83,7 +83,7 @@
TDEConfigSkeleton.ItemUInt64 |
TDEConfigSkeleton.ItemULong |
TDEConfigSkeletonItem |
-KCrash |
+TDECrash |
KDCOPPropertyProxy |
KDE |
KDesktopFile |
diff --git a/examples/pytde-sampler/qt_widgets/CONTRIB b/examples/pytde-sampler/qt_widgets/CONTRIB
index 9f3d494..8c3f7c6 100644
--- a/examples/pytde-sampler/qt_widgets/CONTRIB
+++ b/examples/pytde-sampler/qt_widgets/CONTRIB
@@ -42,7 +42,7 @@ tdecore,TDEConfigGroupSaver,,,
tdecore,TDEConfigINIBackEnd,,,
tdecore,TDEConfigSkeleton,,,
tdecore,TDEConfigSkeletonItem,,,
-tdecore,KCrash,,,
+tdecore,TDECrash,,,
tdecore,KDCOPPropertyProxy,,,
tdecore,KDE,,,
tdecore,KDesktopFile,,,
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
@@ -47,5 +47,5 @@ public:
protected:
-}; // class KCrash
+}; // class TDECrash
|