From e8a1cdc01d38125bea12d5494db977ae6429919a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:29:58 -0600 Subject: Rename additional global TQt functions --- nsplugins/viewer/qxteventloop.cpp | 6 +++--- nsplugins/viewer/viewer.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nsplugins') diff --git a/nsplugins/viewer/qxteventloop.cpp b/nsplugins/viewer/qxteventloop.cpp index 8250f6bba..0ae7c7367 100644 --- a/nsplugins/viewer/qxteventloop.cpp +++ b/nsplugins/viewer/qxteventloop.cpp @@ -273,7 +273,7 @@ QXtEventLoop::QXtEventLoop( const char *applicationClass, XtAppContext context, { #if defined(QT_CHECK_STATE) if ( static_d ) - qWarning( "QXtEventLoop: should only have one QXtEventLoop instance!" ); + tqWarning( "QXtEventLoop: should only have one QXtEventLoop instance!" ); #endif d = static_d = new QXtEventLoopPrivate; @@ -377,7 +377,7 @@ void QXtEventLoop::registerSocketNotifier( TQSocketNotifier *notifier ) break; default: - qWarning( "QXtEventLoopEventLoop: socket notifier has invalid type" ); + tqWarning( "QXtEventLoopEventLoop: socket notifier has invalid type" ); return; } @@ -398,7 +398,7 @@ void QXtEventLoop::unregisterSocketNotifier( TQSocketNotifier *notifier ) ++it; if ( ! it.current() ) { // this shouldn't happen - qWarning( "QXtEventLoopEventLoop: failed to unregister socket notifier" ); + tqWarning( "QXtEventLoopEventLoop: failed to unregister socket notifier" ); return; } diff --git a/nsplugins/viewer/viewer.cpp b/nsplugins/viewer/viewer.cpp index eb5a0956d..a02db4c52 100644 --- a/nsplugins/viewer/viewer.cpp +++ b/nsplugins/viewer/viewer.cpp @@ -156,7 +156,7 @@ bool qt_set_socket_handler( int sockfd, int type, TQObject *obj, bool enable ) { if ( sockfd < 0 || type < 0 || type > 2 || obj == 0 ) { #if defined(CHECK_RANGE) - qWarning( "TQSocketNotifier: Internal error" ); + tqWarning( "TQSocketNotifier: Internal error" ); #endif return FALSE; } @@ -185,7 +185,7 @@ bool qt_set_socket_handler( int sockfd, int type, TQObject *obj, bool enable ) #if defined(CHECK_STATE) if ( p && p->fd==sockfd ) { static const char *t[] = { "read", "write", "exception" }; - qWarning( "TQSocketNotifier: Multiple socket notifiers for " + tqWarning( "TQSocketNotifier: Multiple socket notifiers for " "same socket %d and type %s", sockfd, t[type] ); } #endif -- cgit v1.2.1