summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 39057b6..de047fb 100644
--- a/configure.py
+++ b/configure.py
@@ -716,7 +716,7 @@ int main(int argc,char **argv)
fprintf(fp,"-x TQt_THREAD_SUPPORT\\n");
#endif
-#if !defined(Q_WS_WIN) || TQT_VERSION < 0x030000 || defined(QT_NO_STYLE_WINDOWSXP)
+#if !defined(Q_WS_WIN) || TQT_VERSION < 0x030000 || defined(TQT_NO_STYLE_WINDOWSXP)
fprintf(fp,"-x TQt_STYLE_WINDOWSXP\\n");
#endif
@@ -728,7 +728,7 @@ int main(int argc,char **argv)
for feat in flist:
f.write(
"""
-#if defined(QT_NO_%s)
+#if defined(TQT_NO_%s)
fprintf(fp,"-x TQt_%s\\n");
#endif
""" % (feat, feat))