From eea8d7afa3f40ab3304023f6ffb813934c27d7b8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 20:28:52 -0500 Subject: [PATCH] Update TQt3 property/enum macros --- examples3/SQL/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples3/SQL/README b/examples3/SQL/README index 1109b84..3272c19 100644 --- a/examples3/SQL/README +++ b/examples3/SQL/README @@ -19,7 +19,7 @@ sqltable4.py: a TQComboBox based custom field editor (StatusPicker), gathering its items from a different table (status) and a calculated column (monsalary). Note, that TQSqlEditorFactory based field editors are somewhat restricted, - because TQt's Q_PROPERTY feature isn't supported, yet. I've circumvented + because TQt's TQ_PROPERTY feature isn't supported, yet. I've circumvented this limitation by choosing the status table ids corresponding to the index in the TQComboBox.