summaryrefslogtreecommitdiffstats
path: root/kjsembed/plugins/customqobject_plugin.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:00:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:00:46 -0500
commitdd066e0decc815fe919173830c7110e656f27f18 (patch)
tree83b456e5d31614c660336893adbbf66476d7d4de /kjsembed/plugins/customqobject_plugin.h
parent4d7f4e86544b316655c3fe4d547a80c11a58eed5 (diff)
downloadtdebindings-dd066e0decc815fe919173830c7110e656f27f18.tar.gz
tdebindings-dd066e0decc815fe919173830c7110e656f27f18.zip
Update TQt3 property/enum macros
Diffstat (limited to 'kjsembed/plugins/customqobject_plugin.h')
-rw-r--r--kjsembed/plugins/customqobject_plugin.h6
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();