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 | 2 +- examples/demo/sql/sqlex.ui.h | 4 ++-- examples/demo/translations/demo_ar.ts | 2 +- examples/demo/translations/demo_de.ts | 2 +- examples/demo/translations/demo_fr.ts | 2 +- examples/demo/translations/demo_he.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'examples') diff --git a/examples/demo/sql/sqlex.ui b/examples/demo/sql/sqlex.ui index a7e972f8f..189aa6399 100644 --- a/examples/demo/sql/sqlex.ui +++ b/examples/demo/sql/sqlex.ui @@ -64,7 +64,7 @@ - Retquired + Required true 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 = "?"; diff --git a/examples/demo/translations/demo_ar.ts b/examples/demo/translations/demo_ar.ts index 5f0a3701a..abe42ad60 100644 --- a/examples/demo/translations/demo_ar.ts +++ b/examples/demo/translations/demo_ar.ts @@ -815,7 +815,7 @@ contact Trolltech if you want to upgrade to the Enterprise Edition. طراز - Retquired + Required مطلوب diff --git a/examples/demo/translations/demo_de.ts b/examples/demo/translations/demo_de.ts index 5b7e6b577..f4ecc2c49 100644 --- a/examples/demo/translations/demo_de.ts +++ b/examples/demo/translations/demo_de.ts @@ -608,7 +608,7 @@ contact Trolltech if you want to upgrade to the Enterprise Edition. - Retquired + Required diff --git a/examples/demo/translations/demo_fr.ts b/examples/demo/translations/demo_fr.ts index 82bdc1910..67d453483 100644 --- a/examples/demo/translations/demo_fr.ts +++ b/examples/demo/translations/demo_fr.ts @@ -608,7 +608,7 @@ contact Trolltech if you want to upgrade to the Enterprise Edition. - Retquired + Required diff --git a/examples/demo/translations/demo_he.ts b/examples/demo/translations/demo_he.ts index 112414a09..e61a4c433 100644 --- a/examples/demo/translations/demo_he.ts +++ b/examples/demo/translations/demo_he.ts @@ -610,7 +610,7 @@ contact Trolltech if you want to upgrade to the Enterprise Edition. סוג - Retquired + Required נדרש -- cgit v1.2.3