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/sql/tqdatatable.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tqtinterface/qt4/src/sql/tqdatatable.cpp') diff --git a/tqtinterface/qt4/src/sql/tqdatatable.cpp b/tqtinterface/qt4/src/sql/tqdatatable.cpp index 647c3a2..99ef396 100644 --- a/tqtinterface/qt4/src/sql/tqdatatable.cpp +++ b/tqtinterface/qt4/src/sql/tqdatatable.cpp @@ -235,18 +235,18 @@ void qt_debug_buffer( const TQString& msg, TQSqlRecord* cursor ) */ /*! - Constructs a data table which is a child of \a tqparent, called + Constructs a data table which is a child of \a parent, called name \a name. */ -TQDataTable::TQDataTable ( TQWidget * tqparent, const char * name ) - : TQTable( tqparent, name ) +TQDataTable::TQDataTable ( TQWidget * parent, const char * name ) + : TQTable( parent, name ) { init(); } /*! - Constructs a data table which is a child of \a tqparent, called name + Constructs a data table which is a child of \a parent, called name \a name using the cursor \a cursor. If \a autoPopulate is TRUE (the default is FALSE), columns are @@ -259,8 +259,8 @@ TQDataTable::TQDataTable ( TQWidget * tqparent, const char * name ) representing NULL values as strings. */ -TQDataTable::TQDataTable ( TQSqlCursor* cursor, bool autoPopulate, TQWidget * tqparent, const char * name ) - : TQTable( tqparent, name ) +TQDataTable::TQDataTable ( TQSqlCursor* cursor, bool autoPopulate, TQWidget * parent, const char * name ) + : TQTable( parent, name ) { init(); setSqlCursor( cursor, autoPopulate ); -- cgit v1.2.3