summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp')
-rw-r--r--tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp b/tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp
index a9b3943..770b710 100644
--- a/tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp
+++ b/tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp
@@ -51,7 +51,7 @@
#if 0
//#ifdef USE_QT4
-TQSocketNotifier::TQSocketNotifier( int socket, Type type, TQObject *tqparent, const char *name ) : QSocketNotifier(socket, type, tqparent) {
+TQSocketNotifier::TQSocketNotifier( int socket, Type type, TQObject *parent, const char *name ) : QSocketNotifier(socket, type, parent) {
setObjectName(name);
}
@@ -139,8 +139,8 @@ TQSocketNotifier::TQSocketNotifier( int socket, Type type, TQObject *tqparent, c
/*!
- Constructs a socket notifier called \a name, with the tqparent, \a
- tqparent. It watches \a socket for \a type events, and enables it.
+ Constructs a socket notifier called \a name, with the parent, \a
+ parent. It watches \a socket for \a type events, and enables it.
It is generally advisable to explicitly enable or disable the
socket notifier, especially for write notifiers.
@@ -148,9 +148,9 @@ TQSocketNotifier::TQSocketNotifier( int socket, Type type, TQObject *tqparent, c
\sa setEnabled(), isEnabled()
*/
-TQSocketNotifier::TQSocketNotifier( int socket, Type type, TQObject *tqparent,
+TQSocketNotifier::TQSocketNotifier( int socket, Type type, TQObject *parent,
const char *name )
- : TQObject( tqparent, name )
+ : TQObject( parent, name )
{
#if defined(TQT_CHECK_RANGE)
if ( socket < 0 )