diff options
Diffstat (limited to 'kexi/plugins/forms/widgets/kexidbtimeedit.h')
-rw-r--r-- | kexi/plugins/forms/widgets/kexidbtimeedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/forms/widgets/kexidbtimeedit.h b/kexi/plugins/forms/widgets/kexidbtimeedit.h index 3ea5cd05..8bf37b4e 100644 --- a/kexi/plugins/forms/widgets/kexidbtimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbtimeedit.h @@ -30,7 +30,7 @@ class TQDateTimeEditor; //! @short A db-aware time editor class KEXIFORMUTILS_EXPORT KexiDBTimeEdit : public TQTimeEdit, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) |