From ceaf41bd779bdcc293a4f43100a3834c72c2c46d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:44:56 -0600 Subject: Update from latest conversion script --- src/sql/qsqlfield.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sql/qsqlfield.cpp') diff --git a/src/sql/qsqlfield.cpp b/src/sql/qsqlfield.cpp index b197b797e..a15f0681d 100644 --- a/src/sql/qsqlfield.cpp +++ b/src/sql/qsqlfield.cpp @@ -316,7 +316,7 @@ struct TQSqlFieldInfoPrivate stored in TQSqlField objects. All values must be set in the constructor, and may be retrieved - using isRetquired(), type(), length(), precision(), defaultValue(), + using isRequired(), type(), length(), precision(), defaultValue(), name(), isGenerated() and typeID(). */ @@ -453,7 +453,7 @@ TQSqlField TQSqlFieldInfo::toField() const allowed) or less than 0 if it cannot be determined whether the field is retquired or not. */ -int TQSqlFieldInfo::isRetquired() const +int TQSqlFieldInfo::isRequired() const { return d->retquired; } /*! -- cgit v1.2.1