summaryrefslogtreecommitdiffstats
path: root/sip/tderesources
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:59:37 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:59:37 -0600
commitf050f7c84cccf297921968acd454e6a462e30857 (patch)
treed2dbec79b7ecb12d9dd28b20e491a454b18ecb52 /sip/tderesources
parent6b87edd9b7b08ca0030e5633e8a9653576f73a32 (diff)
downloadpytde-f050f7c84cccf297921968acd454e6a462e30857.tar.gz
pytde-f050f7c84cccf297921968acd454e6a462e30857.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'sip/tderesources')
-rw-r--r--sip/tderesources/resource.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tderesources/resource.sip b/sip/tderesources/resource.sip
index 0831a82..972d3a1 100644
--- a/sip/tderesources/resource.sip
+++ b/sip/tderesources/resource.sip
@@ -31,7 +31,7 @@ namespace KRES
class Resource : TQObject
{
%TypeHeaderCode
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <resource.h>
%End