From e4b99b26e5ef04555be0461cf57dc7cd00205279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:58:12 +0200 Subject: Additional k => tde renaming and fixes --- admin/kde.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/kde.py b/admin/kde.py index 8547edf..04119e6 100644 --- a/admin/kde.py +++ b/admin/kde.py @@ -430,7 +430,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt ###### kcfg file processing def kcfgGenerator(target, source, env, for_signature): act=[] - act.append('kconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path) + act.append('tdeconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path) return act def kcfgEmitter(target, source, env): -- cgit v1.2.1