diff options
Diffstat (limited to 'kjsembed/plugins/customqobject_plugin.h')
-rw-r--r-- | kjsembed/plugins/customqobject_plugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |