summaryrefslogtreecommitdiffstats
path: root/sip/tdecore
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore')
-rw-r--r--sip/tdecore/tdecoremod.sip.in2
-rw-r--r--sip/tdecore/tdecrash.sip (renamed from sip/tdecore/kcrash.sip)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/tdecoremod.sip.in b/sip/tdecore/tdecoremod.sip.in
index d7d09fe..1ec8964 100644
--- a/sip/tdecore/tdecoremod.sip.in
+++ b/sip/tdecore/tdecoremod.sip.in
@@ -49,7 +49,7 @@
%Include tdeconfigbackend.sip
%Include tdeconfigbase.sip
%Include tdeconfigdata.sip
-%Include kcrash.sip
+%Include tdecrash.sip
%Include kdcoppropertyproxy.sip
%Include kdesktopfile.sip
%Include tdeglobal.sip
diff --git a/sip/tdecore/kcrash.sip b/sip/tdecore/tdecrash.sip
index 582b52a..e516ce5 100644
--- a/sip/tdecore/kcrash.sip
+++ b/sip/tdecore/tdecrash.sip
@@ -27,7 +27,7 @@
class TDECrash
{
%TypeHeaderCode
-#include <kcrash.h>
+#include <tdecrash.h>
%End