summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/stringreplacer/stringreplacerproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/filters/stringreplacer/stringreplacerproc.h')
-rw-r--r--kttsd/filters/stringreplacer/stringreplacerproc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kttsd/filters/stringreplacer/stringreplacerproc.h b/kttsd/filters/stringreplacer/stringreplacerproc.h
index b679113..175bda8 100644
--- a/kttsd/filters/stringreplacer/stringreplacerproc.h
+++ b/kttsd/filters/stringreplacer/stringreplacerproc.h
@@ -25,7 +25,7 @@
#ifndef _STRINGREPLACERPROC_H_
#define _STRINGREPLACERPROC_H_
-// Qt includes.
+// TQt includes.
#include <tqobject.h>
#include <tqtextstream.h>
#include <tqvaluelist.h>
@@ -38,12 +38,13 @@
class StringReplacerProc : virtual public KttsFilterProc
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor.
*/
- StringReplacerProc( TQObject *parent, const char *name, const TQStringList &args = TQStringList() );
+ StringReplacerProc( TQObject *tqparent, const char *name, const TQStringList &args = TQStringList() );
/**
* Destructor.