diff options
Diffstat (limited to 'kmouth/texttospeechsystem.h')
-rw-r--r-- | kmouth/texttospeechsystem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kmouth/texttospeechsystem.h b/kmouth/texttospeechsystem.h index f435585..db494e7 100644 --- a/kmouth/texttospeechsystem.h +++ b/kmouth/texttospeechsystem.h @@ -29,8 +29,9 @@ class KConfig; *@author Gunnar Schmi Dt */ -class TextToSpeechSystem : public QObject{ +class TextToSpeechSystem : public TQObject{ Q_OBJECT + TQ_OBJECT friend class TextToSpeechConfigurationWidget; public: TextToSpeechSystem(); |