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/tdemultipledrag.sip (renamed from sip/tdecore/kmultipledrag.sip)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/tdecoremod.sip.in b/sip/tdecore/tdecoremod.sip.in
index fc2fea9..27f0764 100644
--- a/sip/tdecore/tdecoremod.sip.in
+++ b/sip/tdecore/tdecoremod.sip.in
@@ -66,7 +66,7 @@
%Include klocale.sip
%Include kmdcodec.sip
%Include kmimesourcefactory.sip
-%Include kmultipledrag.sip
+%Include tdemultipledrag.sip
%Include knotifyclient.sip
%Include kpalette.sip
%Include kpixmapprovider.sip
diff --git a/sip/tdecore/kmultipledrag.sip b/sip/tdecore/tdemultipledrag.sip
index 9889afb..9b5cd6c 100644
--- a/sip/tdecore/kmultipledrag.sip
+++ b/sip/tdecore/tdemultipledrag.sip
@@ -27,7 +27,7 @@
class KMultipleDrag : TQDragObject
{
%TypeHeaderCode
-#include <kmultipledrag.h>
+#include <tdemultipledrag.h>
%End