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 a5cdbbd..2749b75 100644
--- a/src/kernel/qsocketnotifier.cpp
+++ b/src/kernel/qsocketnotifier.cpp
@@ -146,10 +146,10 @@ QSocketNotifier::QSocketNotifier( int socket, Type type, QObject *parent,
{
#if defined(QT_CHECK_RANGE)
if ( socket < 0 )
- qWarning( "QSocketNotifier: Invalid socket specified" );
+ tqWarning( "QSocketNotifier: Invalid socket specified" );
# if defined(Q_OS_UNIX)
if ( socket >= FD_SETSIZE )
- qWarning( "QSocketNotifier: Socket descriptor too large for select()" );
+ tqWarning( "QSocketNotifier: Socket descriptor too large for select()" );
# endif
#endif
sockfd = socket;