diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-28 22:31:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-28 22:31:39 -0600 |
commit | 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch) | |
tree | 6d4d5407c000add30aa78630e009c0e5d633e440 /src/kernel/qcolor_x11.cpp | |
parent | 1740cd279522c060e738bbbffacab83355d2b794 (diff) | |
download | tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip |
Automated conversion from qt3
Diffstat (limited to 'src/kernel/qcolor_x11.cpp')
-rw-r--r-- | src/kernel/qcolor_x11.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |