From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- src/dialogs/qmessagebox.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/dialogs/qmessagebox.cpp') diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index 37407b0..d287576 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -614,7 +614,7 @@ void QMessageBox::init( int button0, int button1, int button2 ) if ( (button2 && !button1) || (button1 && !button0) ) { #if defined(QT_CHECK_RANGE) - qWarning( "QMessageBox: Inconsistent button parameters" ); + tqWarning( "QMessageBox: Inconsistent button parameters" ); #endif button0 = button1 = button2 = 0; } @@ -634,7 +634,7 @@ void QMessageBox::init( int button0, int button1, int button2 ) if ( (b & Default) ) { if ( mbd->defButton >= 0 ) { #if defined(QT_CHECK_RANGE) - qWarning( "QMessageBox: There can be at most one " + tqWarning( "QMessageBox: There can be at most one " "default button" ); #endif } else { @@ -644,7 +644,7 @@ void QMessageBox::init( int button0, int button1, int button2 ) if ( (b & Escape) ) { if ( mbd->escButton >= 0 ) { #if defined(QT_CHECK_RANGE) - qWarning( "QMessageBox: There can be at most one " + tqWarning( "QMessageBox: There can be at most one " "escape button" ); #endif } else { @@ -657,13 +657,13 @@ void QMessageBox::init( int button0, int button1, int button2 ) b = Ok; } else if ( b < 0 || b > LastButton ) { #if defined(QT_CHECK_RANGE) - qWarning( "QMessageBox: Invalid button specifier" ); + tqWarning( "QMessageBox: Invalid button specifier" ); #endif b = Ok; } else { if ( i > 0 && mbd->button[i-1] == 0 ) { #if defined(QT_CHECK_RANGE) - qWarning( "QMessageBox: Inconsistent button parameters; " + tqWarning( "QMessageBox: Inconsistent button parameters; " "button %d defined but not button %d", i+1, i ); #endif -- cgit v1.2.3