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 --- examples/demo/sql/sqlex.ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/demo/sql/sqlex.ui.h') 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 = "?"; -- cgit v1.2.1