From b440a9c608596cd88efdb3bfa4661c5e37efbe4b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:52:27 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- akregator/src/speechclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akregator/src/speechclient.cpp') diff --git a/akregator/src/speechclient.cpp b/akregator/src/speechclient.cpp index 6b96fe1e..30d75a54 100644 --- a/akregator/src/speechclient.cpp +++ b/akregator/src/speechclient.cpp @@ -153,7 +153,7 @@ bool SpeechClient::isTextToSpeechInstalled() const void SpeechClient::setupSpeechSystem() { - KTrader::OfferList offers = KTrader::self()->query("DCOP/Text-to-Speech", "Name == 'KTTSD'"); + TDETrader::OfferList offers = TDETrader::self()->query("DCOP/Text-to-Speech", "Name == 'KTTSD'"); if (offers.count() == 0) { kdDebug() << "KTTSD not installed, disable support" << endl; -- cgit v1.2.3