summaryrefslogtreecommitdiffstats
path: root/sip/tdecore
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:14:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:14:34 -0600
commit57e2ced52bf3ba886bb7710212167a86e20305e6 (patch)
treee08b1e82e83f5afa861dc9eeb833dc4bd593900b /sip/tdecore
parentccad7a42d96879251c4971e51aac269f61a0ccf8 (diff)
downloadpytde-57e2ced52bf3ba886bb7710212167a86e20305e6.tar.gz
pytde-57e2ced52bf3ba886bb7710212167a86e20305e6.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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