From 6379d18e0ec321e0e08a1389ee4a12f0eaa5992e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:28:14 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmouth/texttospeechsystem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmouth/texttospeechsystem.h') diff --git a/kmouth/texttospeechsystem.h b/kmouth/texttospeechsystem.h index 598d102..8ad7782 100644 --- a/kmouth/texttospeechsystem.h +++ b/kmouth/texttospeechsystem.h @@ -23,7 +23,7 @@ #include #include -class KConfig; +class TDEConfig; /**This class represents a text-to-speech system. *@author Gunnar Schmi Dt @@ -37,8 +37,8 @@ public: TextToSpeechSystem(); ~TextToSpeechSystem(); - void readOptions (KConfig *config, const TQString &langGroup); - void saveOptions (KConfig *config, const TQString &langGroup); + void readOptions (TDEConfig *config, const TQString &langGroup); + void saveOptions (TDEConfig *config, const TQString &langGroup); public slots: void speak (const TQString &text, const TQString &language); -- cgit v1.2.3