summaryrefslogtreecommitdiffstats
path: root/akregator/src/speechclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/speechclient.cpp')
-rw-r--r--akregator/src/speechclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/speechclient.cpp b/akregator/src/speechclient.cpp
index 8665213d..6b96fe1e 100644
--- a/akregator/src/speechclient.cpp
+++ b/akregator/src/speechclient.cpp
@@ -170,7 +170,7 @@ void SpeechClient::setupSpeechSystem()
else
{
TQString error;
- if (KApplication::startServiceByDesktopName("kttsd", TQStringList(), &error))
+ if (TDEApplication::startServiceByDesktopName("kttsd", TQStringList(), &error))
{
kdDebug() << "Starting KTTSD failed with message " << error << endl;
d->isTextSpeechInstalled = false;