summaryrefslogtreecommitdiffstats
path: root/kttsd/compat/interfaces/kspeech/kspeech.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/compat/interfaces/kspeech/kspeech.h')
-rw-r--r--kttsd/compat/interfaces/kspeech/kspeech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/compat/interfaces/kspeech/kspeech.h b/kttsd/compat/interfaces/kspeech/kspeech.h
index fac9a7e..d217b89 100644
--- a/kttsd/compat/interfaces/kspeech/kspeech.h
+++ b/kttsd/compat/interfaces/kspeech/kspeech.h
@@ -219,7 +219,7 @@
client->attach();
if (!client->isApplicationRegistered("kttsd")) {
TQString error;
- if (KApplication::startServiceByDesktopName("kttsd", TQStringList(), &error))
+ if (TDEApplication::startServiceByDesktopName("kttsd", TQStringList(), &error))
cout << "Starting KTTSD failed with message " << error << endl;
}
@endverbatim