diff options
Diffstat (limited to 'kexi/plugins/macros/lib')
-rw-r--r-- | kexi/plugins/macros/lib/action.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/lib/context.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/lib/macro.h | 2 |
3 files changed, 3 insertions, 3 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) diff --git a/kexi/plugins/macros/lib/context.h b/kexi/plugins/macros/lib/context.h index a7986167..4f9621cc 100644 --- a/kexi/plugins/macros/lib/context.h +++ b/kexi/plugins/macros/lib/context.h @@ -43,7 +43,7 @@ namespace KoMacro { , public KShared { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/lib/macro.h b/kexi/plugins/macros/lib/macro.h index 5e5decf8..80d50deb 100644 --- a/kexi/plugins/macros/lib/macro.h +++ b/kexi/plugins/macros/lib/macro.h @@ -44,7 +44,7 @@ namespace KoMacro { , public XMLHandler // to (un-)serialize from/to XML { Q_OBJECT - TQ_OBJECT + public: |