summaryrefslogtreecommitdiffstats
path: root/kmouth/texttospeechsystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/texttospeechsystem.cpp')
-rw-r--r--kmouth/texttospeechsystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/texttospeechsystem.cpp b/kmouth/texttospeechsystem.cpp
index 8664a99..97e284c 100644
--- a/kmouth/texttospeechsystem.cpp
+++ b/kmouth/texttospeechsystem.cpp
@@ -41,7 +41,7 @@ TextToSpeechSystem::~TextToSpeechSystem() {
}
bool kttsdSay (const TQString &text, const TQString &language) {
- DCOPClient *client = kapp->dcopClient();
+ DCOPClient *client = tdeApp->dcopClient();
TQByteArray data;
TQCString replyType;
TQByteArray replyData;