summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:28:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:28:52 -0500
commiteea8d7afa3f40ab3304023f6ffb813934c27d7b8 (patch)
treea44ecb3435b7e3e5888ac15cdc0357e3f039d73b
parent4b78cab44f7a8a1c8e74ddf6ae386e3629731177 (diff)
downloadpytqt-eea8d7af.tar.gz
pytqt-eea8d7af.zip
Update TQt3 property/enum macros
-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.