From 722a076e84b860a947f4c68417db82526b03b1a1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:48:30 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- kttsd/compat/interfaces/kspeech/kspeech.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kttsd/compat') diff --git a/kttsd/compat/interfaces/kspeech/kspeech.h b/kttsd/compat/interfaces/kspeech/kspeech.h index 263e0c5..f86d5e7 100644 --- a/kttsd/compat/interfaces/kspeech/kspeech.h +++ b/kttsd/compat/interfaces/kspeech/kspeech.h @@ -227,7 +227,7 @@ * If you want to detect if KTTSD is installed without starting it, use this code. * @verbatim - 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) { // KTTSD is installed. -- cgit v1.2.1