summaryrefslogtreecommitdiffstats
path: root/src/kernel/qsocketnotifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qsocketnotifier.cpp')
-rw-r--r--src/kernel/qsocketnotifier.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qsocketnotifier.cpp b/src/kernel/qsocketnotifier.cpp
index b7bceb15e..b89a512ed 100644
--- a/src/kernel/qsocketnotifier.cpp
+++ b/src/kernel/qsocketnotifier.cpp
@@ -146,10 +146,10 @@ TQSocketNotifier::TQSocketNotifier( int socket, Type type, TQObject *parent,
{
#if defined(QT_CHECK_RANGE)
if ( socket < 0 )
- qWarning( "TQSocketNotifier: Invalid socket specified" );
+ tqWarning( "TQSocketNotifier: Invalid socket specified" );
# if defined(Q_OS_UNIX)
if ( socket >= FD_SETSIZE )
- qWarning( "TQSocketNotifier: Socket descriptor too large for select()" );
+ tqWarning( "TQSocketNotifier: Socket descriptor too large for select()" );
# endif
#endif
sockfd = socket;