diff options
Diffstat (limited to 'kttsd/plugins/epos')
-rw-r--r-- | kttsd/plugins/epos/eposconf.h | 2 | ||||
-rw-r--r-- | kttsd/plugins/epos/eposproc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/epos/eposconf.h b/kttsd/plugins/epos/eposconf.h index bfbe346..f9cc7b1 100644 --- a/kttsd/plugins/epos/eposconf.h +++ b/kttsd/plugins/epos/eposconf.h @@ -43,7 +43,7 @@ class KProgressDialog; class EposConf : public PlugInConf { Q_OBJECT - TQ_OBJECT + public: /** Constructor */ diff --git a/kttsd/plugins/epos/eposproc.h b/kttsd/plugins/epos/eposproc.h index e0fe6d3..103481e 100644 --- a/kttsd/plugins/epos/eposproc.h +++ b/kttsd/plugins/epos/eposproc.h @@ -37,7 +37,7 @@ class TQTextCodec; class EposProc : public PlugInProc{ Q_OBJECT - TQ_OBJECT + public: /** |