summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:44:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:44:56 -0600
commitceaf41bd779bdcc293a4f43100a3834c72c2c46d (patch)
treeeb429d42c0ab5b5404d65e79ab4e9884775f0614 /src/sql
parent5dea938f814eff53a106e572c98620ecd0043bd9 (diff)
downloadtqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.tar.gz
tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.zip
Update from latest conversion script
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/qsqlfield.cpp4
-rw-r--r--src/sql/qsqlfield.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/sql/qsqlfield.cpp b/src/sql/qsqlfield.cpp
index b197b797..a15f0681 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; }
/*!
diff --git a/src/sql/qsqlfield.h b/src/sql/qsqlfield.h
index 4811fbad..ee6b3b05 100644
--- a/src/sql/qsqlfield.h
+++ b/src/sql/qsqlfield.h
@@ -130,7 +130,7 @@ public:
bool operator==( const TQSqlFieldInfo& f ) const;
TQSqlField toField() const;
- int isRetquired() const;
+ int isRequired() const;
TQVariant::Type type() const;
int length() const;
int precision() const;