summaryrefslogtreecommitdiffstats
path: root/kttsd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:09:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 13:09:07 -0600
commitcb3122eb0266e115ad0169c7df7ee38169d4861b (patch)
tree6bc8e2a4deb79c9a9d5a953ae61b1385a49a0583 /kttsd
parent6379d18e0ec321e0e08a1389ee4a12f0eaa5992e (diff)
downloadtdeaccessibility-cb3122eb0266e115ad0169c7df7ee38169d4861b.tar.gz
tdeaccessibility-cb3122eb0266e115ad0169c7df7ee38169d4861b.zip
Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4
Diffstat (limited to 'kttsd')
-rw-r--r--kttsd/TODO6
-rw-r--r--kttsd/kttsd/speaker.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/kttsd/TODO b/kttsd/TODO
index 5aaeaf6..0f534cf 100644
--- a/kttsd/TODO
+++ b/kttsd/TODO
@@ -63,9 +63,9 @@ _ KTTSD:
_ I am told that when kttsd crashes, it can take knotify down with it. See about
"disconnecting" knotify from kttsd (using post to Qt event queue).
_ Strange msg being produced by TDEIO::move, but it works fine. ??
- kio (KIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
- kio (KIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
- kio (KIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del
+ kio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
+ kio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
+ kio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del
_ While kttsd currently configures a Talker automatically, would be nice if it could
autoconfigure talkers for each requested language, if one has not already been configured.
_ Add support for speech markers.
diff --git a/kttsd/kttsd/speaker.cpp b/kttsd/kttsd/speaker.cpp
index ff8ed68..0de2066 100644
--- a/kttsd/kttsd/speaker.cpp
+++ b/kttsd/kttsd/speaker.cpp
@@ -1322,9 +1322,9 @@ uttIterator Speaker::deleteUtterance(uttIterator it)
d.rename(it->audioUrl, dest);
// TODO: This is always producing the following. Why and how to fix?
// It moves the files just fine.
- // kio (KIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
- // kio (KIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
- // kio (KIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del
+ // kio (TDEIOJob): stat file:///home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
+ // kio (TDEIOJob): error 11 /home/kde-devel/.trinity/share/apps/kttsd/audio/kttsd-5-1.wav
+ // kio (TDEIOJob): This seems to be a suitable case for trying to rename before stat+[list+]copy+del
// TDEIO::move(it->audioUrl, dest, false);
}
else