summaryrefslogtreecommitdiffstats
path: root/languages/python/app_templates/pyqt/pyqt-am-preproc.py
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python/app_templates/pyqt/pyqt-am-preproc.py')
-rw-r--r--languages/python/app_templates/pyqt/pyqt-am-preproc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/app_templates/pyqt/pyqt-am-preproc.py b/languages/python/app_templates/pyqt/pyqt-am-preproc.py
index dda5e2c3..ff7b5a16 100644
--- a/languages/python/app_templates/pyqt/pyqt-am-preproc.py
+++ b/languages/python/app_templates/pyqt/pyqt-am-preproc.py
@@ -38,7 +38,7 @@ mf = f.readlines()
f.close()
# parse for variables
-re_variable = re.compile("^(#kdevelop:[ \t]*)?([A-Za-z][A-Za-z0-9_]*)[ \t]*:?=[ \t]*(.*)$")
+re_variable = re.compile("^(#tdevelop:[ \t]*)?([A-Za-z][A-Za-z0-9_]*)[ \t]*:?=[ \t]*(.*)$")
variables = {}