summaryrefslogtreecommitdiffstats
path: root/puic/uic.h
diff options
context:
space:
mode:
Diffstat (limited to 'puic/uic.h')
-rw-r--r--puic/uic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/puic/uic.h b/puic/uic.h
index f153722..aa5a81a 100644
--- a/puic/uic.h
+++ b/puic/uic.h
@@ -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