From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- src/kernel/qcolor_x11.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/qcolor_x11.cpp') diff --git a/src/kernel/qcolor_x11.cpp b/src/kernel/qcolor_x11.cpp index 6be79b40b..67a3912fb 100644 --- a/src/kernel/qcolor_x11.cpp +++ b/src/kernel/qcolor_x11.cpp @@ -640,7 +640,7 @@ void TQColor::setSystemNamedColor( const TQString& name ) } } else if ( !color_init ) { #if defined(QT_CHECK_STATE) - qWarning( "TQColor::setSystemNamedColor: Cannot perform this operation " + tqWarning( "TQColor::setSystemNamedColor: Cannot perform this operation " "because TQApplication does not exist" ); #endif // set color to invalid @@ -737,7 +737,7 @@ int TQColor::enterAllocContext() init_context_stack(); if ( context_ptr+1 == MAX_CONTEXTS ) { #if defined(QT_CHECK_STATE) - qWarning( "TQColor::enterAllocContext: Context stack overflow" ); + tqWarning( "TQColor::enterAllocContext: Context stack overflow" ); #endif return 0; } @@ -759,7 +759,7 @@ void TQColor::leaveAllocContext() init_context_stack(); if ( context_ptr == 0 ) { #if defined(QT_CHECK_STATE) - qWarning( "TQColor::leaveAllocContext: Context stack underflow" ); + tqWarning( "TQColor::leaveAllocContext: Context stack underflow" ); #endif return; } -- cgit v1.2.3