diff options
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) |