diff options
Diffstat (limited to 'configure.py')
-rw-r--r-- | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index efe0589..9384def 100644 --- a/configure.py +++ b/configure.py @@ -714,7 +714,7 @@ int main(int argc,char **argv) #endif #if defined(Q_OS_WIN64) - fprintf(fp,"-x TQt_Q_LONG_IS_long\\n"); + fprintf(fp,"-x TQt_TQ_LONG_IS_long\\n"); #endif """ % (name, name)) |