diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:08 -0600 |
commit | 0586baf9aeaeaf767711de960b0e020696a3c126 (patch) | |
tree | b5e016c2c1b9608fa4f07964b11c27e0aab28aa1 /kde.py | |
parent | 3c0a07f3b20b8bd5fe20b535b25f21cbd194f500 (diff) | |
download | kstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.tar.gz kstreamripper-0586baf9aeaeaf767711de960b0e020696a3c126.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kde.py')
-rw-r--r-- | kde.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |