diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 10:42:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 10:42:26 -0600 |
commit | 786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (patch) | |
tree | c881806a53e2864b7e183f4930f0b20abf657c38 /lib/kofficecore/KoSpeaker.cpp | |
parent | 0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7 (diff) | |
download | koffice-786304c6211f35ddc4cdd54b7aa7985fef4a2e70.tar.gz koffice-786304c6211f35ddc4cdd54b7aa7985fef4a2e70.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'lib/kofficecore/KoSpeaker.cpp')
-rw-r--r-- | lib/kofficecore/KoSpeaker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoSpeaker.cpp b/lib/kofficecore/KoSpeaker.cpp index 4599927b..f0e163e0 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); } |