From d296f1d337dabfeae5191955fdadb874965dbbe9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 10 Aug 2011 12:13:27 -0500 Subject: rename the following methods: tqparent parent tqmask mask --- tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tqtinterface/qt4/src/kernel/tqsocketnotifier.cpp') 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 ) -- cgit v1.2.1