summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/sql/tqsqlrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/sql/tqsqlrecord.h')
-rw-r--r--tqtinterface/qt4/src/sql/tqsqlrecord.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/sql/tqsqlrecord.h b/tqtinterface/qt4/src/sql/tqsqlrecord.h
index 1dd99a3..60c4a30 100644
--- a/tqtinterface/qt4/src/sql/tqsqlrecord.h
+++ b/tqtinterface/qt4/src/sql/tqsqlrecord.h
@@ -96,7 +96,7 @@ public:
virtual void remove( int pos );
bool isEmpty() const;
- bool tqcontains( const TQString& name ) const;
+ bool contains( const TQString& name ) const;
virtual void clear();
virtual void clearValues( bool nullify = FALSE );
uint count() const;
@@ -130,8 +130,8 @@ public:
TQSqlRecordInfo( const TQSqlFieldInfoList& other ): TQSqlFieldInfoList( other ) {}
TQSqlRecordInfo( const TQSqlRecord& other );
- size_type tqcontains( const TQString& fieldName ) const;
- TQSqlFieldInfo tqfind( const TQString& fieldName ) const;
+ size_type contains( const TQString& fieldName ) const;
+ TQSqlFieldInfo find( const TQString& fieldName ) const;
TQSqlRecord toRecord() const;
};