summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples3/SQL/README2
1 files changed, 1 insertions, 1 deletions
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.