diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:48:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:48:30 -0600 |
commit | 722a076e84b860a947f4c68417db82526b03b1a1 (patch) | |
tree | 8ca2eba8079acf41f8f7809fbcdd597326c0a914 /kttsd/compat | |
parent | 98259239efc400e2e736f065f6790567df818c2e (diff) | |
download | tdeaccessibility-722a076e84b860a947f4c68417db82526b03b1a1.tar.gz tdeaccessibility-722a076e84b860a947f4c68417db82526b03b1a1.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'kttsd/compat')
-rw-r--r-- | kttsd/compat/interfaces/kspeech/kspeech.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |