diff options
Diffstat (limited to 'puic')
| -rw-r--r-- | puic/uic.h | 2 | ||||
| -rw-r--r-- | puic/widgetdatabase.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ #ifndef TQ_DUMMY_COMPARISON_OPERATOR # warning "Defining TQ_DUMMY_COMPARISON_OPERATOR" -# ifdef TTQ_FULL_TEMPLATE_INSTANTIATION +# ifdef TQ_FULL_TEMPLATE_INSTANTIATION # define TQ_DUMMY_COMPARISON_OPERATOR(C) \ bool operator==( const C& ) const { \ tqWarning( #C"::operator==( const "#C"& ) got called." ); \ diff --git a/puic/widgetdatabase.cpp b/puic/widgetdatabase.cpp index e5a0abd..d94ebce 100644 --- a/puic/widgetdatabase.cpp +++ b/puic/widgetdatabase.cpp @@ -103,7 +103,7 @@ void WidgetDatabase::setupDataBase( int id ) { was_in_setup = TRUE; #ifndef UIC - TTQ_UNUSED( id ) + TQ_UNUSED( id ) if ( dbcount ) return; #else |
