summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/lib/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/lib/action.h')
-rw-r--r--kexi/plugins/macros/lib/action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/lib/action.h b/kexi/plugins/macros/lib/action.h
index 51e97869..762e27ae 100644
--- a/kexi/plugins/macros/lib/action.h
+++ b/kexi/plugins/macros/lib/action.h
@@ -40,7 +40,7 @@ namespace KoMacro {
, public KShared // shared reference-counting
{
Q_OBJECT
- TQ_OBJECT
+
/// Property to get/set the name.
TQ_PROPERTY(TQString name READ name WRITE setName)