diff options
Diffstat (limited to 'kmouth/speech.h')
-rw-r--r-- | kmouth/speech.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/speech.h b/kmouth/speech.h index 145b032..5bacc1a 100644 --- a/kmouth/speech.h +++ b/kmouth/speech.h @@ -20,7 +20,7 @@ #include <tqobject.h> #include <tqstring.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdetempfile.h> /**This class is used internally by TextToSpeechSystem in order to do the actual speaking. @@ -28,7 +28,7 @@ */ class Speech : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum CharacterCodec { |