From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- 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 8dc7921..eeaee5e 100644 --- a/src/kernel/qcolor_x11.cpp +++ b/src/kernel/qcolor_x11.cpp @@ -640,7 +640,7 @@ void QColor::setSystemNamedColor( const QString& name ) } } else if ( !color_init ) { #if defined(QT_CHECK_STATE) - tqWarning( "QColor::setSystemNamedColor: Cannot perform this operation " + qWarning( "QColor::setSystemNamedColor: Cannot perform this operation " "because QApplication does not exist" ); #endif // set color to invalid @@ -737,7 +737,7 @@ int QColor::enterAllocContext() init_context_stack(); if ( context_ptr+1 == MAX_CONTEXTS ) { #if defined(QT_CHECK_STATE) - tqWarning( "QColor::enterAllocContext: Context stack overflow" ); + qWarning( "QColor::enterAllocContext: Context stack overflow" ); #endif return 0; } @@ -759,7 +759,7 @@ void QColor::leaveAllocContext() init_context_stack(); if ( context_ptr == 0 ) { #if defined(QT_CHECK_STATE) - tqWarning( "QColor::leaveAllocContext: Context stack underflow" ); + qWarning( "QColor::leaveAllocContext: Context stack underflow" ); #endif return; } -- cgit v1.2.3