summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:46:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:46:27 -0600
commit90e169eaaf023cdf206d9b9fbc012956625a2004 (patch)
tree15bb81934400cdb821415193951b77ba70fea350 /admin
parent933a52dc11e5e1c2044e6a4d344daf6a22578d69 (diff)
downloadtdeio-locate-90e169eaaf023cdf206d9b9fbc012956625a2004.tar.gz
tdeio-locate-90e169eaaf023cdf206d9b9fbc012956625a2004.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'admin')
-rw-r--r--admin/kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/kde.py b/admin/kde.py
index a67f722..d545474 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -348,7 +348,7 @@ def generate(env):
## ui file processing
def uic_processing(target, source, env):
- inc_kde ='#include <klocale.h>\n#include <kdialog.h>\n'
+ inc_kde ='#include <tdelocale.h>\n#include <kdialog.h>\n'
inc_moc ='#include "%s"\n' % target[2].name
comp_h ='$QT_UIC -L $QTPLUGINS -nounload -o %s %s' % (target[0].path, source[0].path)
comp_c ='$QT_UIC -L $QTPLUGINS -nounload -tr tr2i18n -impl %s %s' % (target[0].path, source[0].path)