summaryrefslogtreecommitdiffstats
path: root/puic/uic.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:26:28 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:26:28 -0600
commitd866fe2c926adf0bacf59595a777c2f2a5879e49 (patch)
tree86ca02842dbb2e2247e6d3cc970ff6f35a640a3c /puic/uic.h
parentf0201c2d37cd3b94c6a720eb11d84263cd5d013b (diff)
downloadlibtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.tar.gz
libtqt-perl-d866fe2c926adf0bacf59595a777c2f2a5879e49.zip
Rename additional global TQt functions
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