diff options
Diffstat (limited to 'kttsd/plugins/command')
-rw-r--r-- | kttsd/plugins/command/commandconf.h | 2 | ||||
-rw-r--r-- | kttsd/plugins/command/commandproc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/command/commandconf.h b/kttsd/plugins/command/commandconf.h index 2ab9810..1bb2a89 100644 --- a/kttsd/plugins/command/commandconf.h +++ b/kttsd/plugins/command/commandconf.h @@ -36,7 +36,7 @@ class KProgressDialog; class CommandConf : public PlugInConf { Q_OBJECT - TQ_OBJECT + public: /** Constructor */ diff --git a/kttsd/plugins/command/commandproc.h b/kttsd/plugins/command/commandproc.h index 71eb8be..26f2494 100644 --- a/kttsd/plugins/command/commandproc.h +++ b/kttsd/plugins/command/commandproc.h @@ -29,7 +29,7 @@ class TQTextCodec; class CommandProc : public PlugInProc{ Q_OBJECT - TQ_OBJECT + public: /** Constructor */ |