diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:17:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:17:02 -0600 |
commit | 3fda03faf1b67aa1221099f3a2153a0aa40811ef (patch) | |
tree | 99c8ff09fb5c748c0e2fbb19e56f102476c2eb49 /smoke/qt | |
parent | 7e7a6b6965f6463062bf5b60feca8b50d4434b96 (diff) | |
download | tdebindings-3fda03faf1b67aa1221099f3a2153a0aa40811ef.tar.gz tdebindings-3fda03faf1b67aa1221099f3a2153a0aa40811ef.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'smoke/qt')
-rw-r--r-- | smoke/qt/qtguess.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/qt/qtguess.pl.in b/smoke/qt/qtguess.pl.in index 6fc8ac8d..ba378f5a 100644 --- a/smoke/qt/qtguess.pl.in +++ b/smoke/qt/qtguess.pl.in @@ -105,7 +105,7 @@ sub grab_qglobal_symbols $qtdefs{$1} = 1; } print "Found ". scalar( keys %qtdefs )." predefined symbol".((scalar( keys %qtdefs ) -1)?"s":"")." in qglobal.h\n" unless ($opt_q or !(keys %qtdefs)); - while( $symbols =~/^#\s*define\s*QT_MODULE_(\S+)\s*$/gm ) + while( $symbols =~/^#\s*define\s*TQT_MODULE_(\S+)\s*$/gm ) { $qtundefs{"QT_NO_$1"} = 1; } |