summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/festivalint/festivalintproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/plugins/festivalint/festivalintproc.h')
-rw-r--r--kttsd/plugins/festivalint/festivalintproc.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/kttsd/plugins/festivalint/festivalintproc.h b/kttsd/plugins/festivalint/festivalintproc.h
index 2222512..60601a1 100644
--- a/kttsd/plugins/festivalint/festivalintproc.h
+++ b/kttsd/plugins/festivalint/festivalintproc.h
@@ -1,4 +1,4 @@
-/***************************************************** vim:set ts=4 sw=4 sts=4:
+/*
Main speaking functions for the Festival (Interactive) Plug in
-------------------
Copyright:
@@ -27,14 +27,13 @@
#include <tqstringlist.h>
#include <tqmutex.h>
-#include <kprocess.h>
-
#include <pluginproc.h>
class TQTextCodec;
+class TDEProcess;
class FestivalIntProc : public PlugInProc{
- Q_OBJECT
+ TQ_OBJECT
public: