diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 16:44:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 16:44:56 -0600 |
commit | ceaf41bd779bdcc293a4f43100a3834c72c2c46d (patch) | |
tree | eb429d42c0ab5b5404d65e79ab4e9884775f0614 /examples/demo/sql/sqlex.ui.h | |
parent | 5dea938f814eff53a106e572c98620ecd0043bd9 (diff) | |
download | tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.tar.gz tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.zip |
Update from latest conversion script
Diffstat (limited to 'examples/demo/sql/sqlex.ui.h')
-rw-r--r-- | examples/demo/sql/sqlex.ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/sql/sqlex.ui.h b/examples/demo/sql/sqlex.ui.h index b8e88ca91..bd58d1ee3 100644 --- a/examples/demo/sql/sqlex.ui.h +++ b/examples/demo/sql/sqlex.ui.h @@ -72,9 +72,9 @@ void SqlEx::dbConnect() TQSqlRecordInfo ri = db->recordInfo ( *it ); for ( TQSqlRecordInfo::Iterator it = ri.begin(); it != ri.end(); ++it ) { TQString req; - if ( (*it).isRetquired() > 0 ) { + if ( (*it).isRequired() > 0 ) { req = "Yes"; - } else if ( (*it).isRetquired() == 0 ) { + } else if ( (*it).isRequired() == 0 ) { req = "No"; } else { req = "?"; |