From 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:20:30 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/texttospeechsystem.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kmouth/texttospeechsystem.h') diff --git a/kmouth/texttospeechsystem.h b/kmouth/texttospeechsystem.h index fc9b018..f435585 100644 --- a/kmouth/texttospeechsystem.h +++ b/kmouth/texttospeechsystem.h @@ -19,9 +19,9 @@ #ifndef TEXTTOSPEECHSYSTEM_H #define TEXTTOSPEECHSYSTEM_H -#include -#include -#include +#include +#include +#include class KConfig; @@ -36,18 +36,18 @@ public: TextToSpeechSystem(); ~TextToSpeechSystem(); - void readOptions (KConfig *config, const QString &langGroup); - void saveOptions (KConfig *config, const QString &langGroup); + void readOptions (KConfig *config, const TQString &langGroup); + void saveOptions (KConfig *config, const TQString &langGroup); public slots: - void speak (const QString &text, const QString &language); + void speak (const TQString &text, const TQString &language); private: void buildCodecList (); - QPtrList *codecList; + TQPtrList *codecList; int codec; - QString ttsCommand; + TQString ttsCommand; bool stdIn; bool useKttsd; }; -- cgit v1.2.1