diff options
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidbcombobox.h')
-rw-r--r-- | kexi/plugins/forms/widgets/kexidbcombobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.h b/kexi/plugins/forms/widgets/kexidbcombobox.h index c38027f8..22e10d2a 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.h +++ b/kexi/plugins/forms/widgets/kexidbcombobox.h @@ -34,7 +34,7 @@ class KEXIFORMUTILS_EXPORT KexiDBComboBox : public KexiDBAutoField, public KexiComboBoxBase { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool editable READ isEditable WRITE setEditable ) //properties from KexiDBAutoField that should not be visible: |