summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/flite/fliteproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/plugins/flite/fliteproc.h')
-rw-r--r--kttsd/plugins/flite/fliteproc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kttsd/plugins/flite/fliteproc.h b/kttsd/plugins/flite/fliteproc.h
index a956d5c..6b44e45 100644
--- a/kttsd/plugins/flite/fliteproc.h
+++ b/kttsd/plugins/flite/fliteproc.h
@@ -24,7 +24,7 @@
#ifndef _FLITEPROC_H_
#define _FLITEPROC_H_
-// Qt includes.
+// TQt includes.
#include <tqstringlist.h>
#include <tqmutex.h>
@@ -34,13 +34,14 @@
class KProcess;
class FliteProc : public PlugInProc{
- Q_OBJECT
+ Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
*/
- FliteProc( TQObject* parent = 0, const char* name = 0, const TQStringList &args = TQStringList());
+ FliteProc( TQObject* tqparent = 0, const char* name = 0, const TQStringList &args = TQStringList());
/**
* Destructor