From dd066e0decc815fe919173830c7110e656f27f18 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 21:00:46 -0500 Subject: Update TQt3 property/enum macros --- kjsembed/plugins/customqobject_plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kjsembed/plugins/customqobject_plugin.h') diff --git a/kjsembed/plugins/customqobject_plugin.h b/kjsembed/plugins/customqobject_plugin.h index 42d7236b..d1e9608e 100644 --- a/kjsembed/plugins/customqobject_plugin.h +++ b/kjsembed/plugins/customqobject_plugin.h @@ -44,9 +44,9 @@ Q_OBJECT /** Identifiers for the methods provided by this class. */ enum Mode { On, Off }; - Q_PROPERTY(Mode mode READ mode WRITE setMode) - Q_PROPERTY(TQString thing READ thing WRITE setThing) - Q_ENUMS(Mode) + TQ_PROPERTY(Mode mode READ mode WRITE setMode) + TQ_PROPERTY(TQString thing READ thing WRITE setThing) + TQ_ENUMS(Mode) public: MyCustomTQObjectImp( TQObject *parent, const char *name); virtual ~MyCustomTQObjectImp(); -- cgit v1.2.1