summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoSpeaker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoSpeaker.cpp')
-rw-r--r--lib/kofficecore/KoSpeaker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoSpeaker.cpp b/lib/kofficecore/KoSpeaker.cpp
index 4599927b1..f0e163e0c 100644
--- a/lib/kofficecore/KoSpeaker.cpp
+++ b/lib/kofficecore/KoSpeaker.cpp
@@ -475,7 +475,7 @@ bool KoSpeaker::sayWidget(const TQString& msg)
/*static*/ bool KoSpeaker::isKttsdInstalled()
{
- KTrader::OfferList offers = KTrader::self()->query("DCOP/Text-to-Speech", "Name == 'KTTSD'");
+ TDETrader::OfferList offers = TDETrader::self()->query("DCOP/Text-to-Speech", "Name == 'KTTSD'");
return (offers.count() > 0);
}