summaryrefslogtreecommitdiffstats
path: root/kde.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:08 -0600
commit0586baf9aeaeaf767711de960b0e020696a3c126 (patch)
treeb5e016c2c1b9608fa4f07964b11c27e0aab28aa1 /kde.py
parent3c0a07f3b20b8bd5fe20b535b25f21cbd194f500 (diff)
downloadkstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.tar.gz
kstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kde.py')
-rw-r--r--kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde.py b/kde.py
index cc963ba..589cffa 100644
--- a/kde.py
+++ b/kde.py
@@ -483,7 +483,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
act=[]
act.append('$QT_UIC $QT_UIC_HFLAGS -o '+target[0].path+' '+source[0].path)
act.append('rm -f ' +target[1].path)
- act.append('echo \'#include <klocale.h>\' >> '+target[1].path)
+ act.append('echo \'#include <tdelocale.h>\' >> '+target[1].path)
act.append('echo \'#include <kdialog.h>\' >> '+target[1].path)
act.append('$QT_UIC $QT_UIC_CFLAGS -impl '+target[0].path+' -o '+target[1].path+'.tmp '+source[0].path)
act.append('cat '+target[1].path+'.tmp >> '+target[1].path)