summaryrefslogtreecommitdiffstats
path: root/kttsd/libkttsd/stretcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/libkttsd/stretcher.h')
-rw-r--r--kttsd/libkttsd/stretcher.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kttsd/libkttsd/stretcher.h b/kttsd/libkttsd/stretcher.h
index 676b690..e0c7e72 100644
--- a/kttsd/libkttsd/stretcher.h
+++ b/kttsd/libkttsd/stretcher.h
@@ -31,14 +31,15 @@
class KProcess;
-class KDE_EXPORT Stretcher : public QObject{
+class KDE_EXPORT Stretcher : public TQObject{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor.
*/
- Stretcher(TQObject *parent = 0, const char *name = 0);
+ Stretcher(TQObject *tqparent = 0, const char *name = 0);
/**
* Destructor.