diff options
Diffstat (limited to 'lib/widgets/propeditor/qeditlistbox.h')
-rw-r--r-- | lib/widgets/propeditor/qeditlistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/qeditlistbox.h b/lib/widgets/propeditor/qeditlistbox.h index 2750623b..b57c454e 100644 --- a/lib/widgets/propeditor/qeditlistbox.h +++ b/lib/widgets/propeditor/qeditlistbox.h @@ -45,7 +45,7 @@ class QEditListBoxPrivate; class QEditListBox : public TQGroupBox { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQStringList items READ items WRITE setItems ) |