diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:29:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:29:58 -0600 |
commit | e8a1cdc01d38125bea12d5494db977ae6429919a (patch) | |
tree | a4e4d6accfecc7d295edc44e9ade6f4fca90fb37 /nsplugins/viewer/viewer.cpp | |
parent | 32582677547665087f8ad4dae892dc579ec68cfc (diff) | |
download | tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.tar.gz tdebase-e8a1cdc01d38125bea12d5494db977ae6429919a.zip |
Rename additional global TQt functions
Diffstat (limited to 'nsplugins/viewer/viewer.cpp')
-rw-r--r-- | nsplugins/viewer/viewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |