summaryrefslogtreecommitdiffstats
path: root/kttsd/kttsd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:25:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:25:24 -0600
commitab53bd0c4c1b842b7b08a6cd2152e8f3c2fb9c1f (patch)
tree67a8034612360e6be97edb94b4d006ec22e4a92f /kttsd/kttsd
parenta30d06da0a367afb11039f6f6ecf26257ae18106 (diff)
downloadtdeaccessibility-ab53bd0c4c1b842b7b08a6cd2152e8f3c2fb9c1f.tar.gz
tdeaccessibility-ab53bd0c4c1b842b7b08a6cd2152e8f3c2fb9c1f.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kttsd/kttsd')
-rw-r--r--kttsd/kttsd/speaker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/kttsd/speaker.cpp b/kttsd/kttsd/speaker.cpp
index 35a3356..1ba1f46 100644
--- a/kttsd/kttsd/speaker.cpp
+++ b/kttsd/kttsd/speaker.cpp
@@ -498,7 +498,7 @@ void Speaker::doUtterances()
// See if synthesis is completed.
if (it->plugin->getState() == psFinished)
{
- it->audioUrl = KStandardDirs::realFilePath(it->plugin->getFilename());
+ it->audioUrl = TDEStandardDirs::realFilePath(it->plugin->getFilename());
// kdDebug() << "Speaker::doUtterances: synthesized filename: " << it->audioUrl << endl;
it->plugin->ackFinished();
it->state = usSynthed;
@@ -1507,7 +1507,7 @@ TQString Speaker::makeSuggestedFilename()
tempFile.close();
TQFile::remove(waveFile);
// kdDebug() << "Speaker::makeSuggestedFilename: Suggesting filename: " << waveFile << endl;
- return KStandardDirs::realFilePath(waveFile);
+ return TDEStandardDirs::realFilePath(waveFile);
}
/**