diff options
Diffstat (limited to 'tools/designer/uic/form.cpp')
-rw-r--r-- | tools/designer/uic/form.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp index 02cdcaa7d..5c564c9dd 100644 --- a/tools/designer/uic/form.cpp +++ b/tools/designer/uic/form.cpp @@ -1383,7 +1383,7 @@ void Uic::createFormImpl( const TQDomElement &e ) 2. If the type is 'bool', we return 'FALSE'. 3. If the type is 'unsigned long' or - 'Q_UINT16' or 'double' or similar, we + 'TQ_UINT16' or 'double' or similar, we return '0'. 4. If the type is 'Foo *', we return '0'. |