diff options
Diffstat (limited to 'puic/uic.h')
-rw-r--r-- | puic/uic.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ # ifdef TTQ_FULL_TEMPLATE_INSTANTIATION # define TQ_DUMMY_COMPARISON_OPERATOR(C) \ bool operator==( const C& ) const { \ - qWarning( #C"::operator==( const "#C"& ) got called." ); \ + tqWarning( #C"::operator==( const "#C"& ) got called." ); \ return FALSE; \ } # else |