diff options
Diffstat (limited to 'kmouth/wordcompletion/dictionarycreationwizard.cpp')
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp index dff21e8..997e5d3 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.cpp +++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp @@ -224,7 +224,7 @@ TQString DictionaryCreationWizard::createDictionary() { filename = TQString("wordcompletion%1.dict").arg(dictnumber); dictionaryFile = TDEApplication::kApplication()->dirs()->findResource("appdata", filename); } - while (KStandardDirs::exists(dictionaryFile)); + while (TDEStandardDirs::exists(dictionaryFile)); dictionaryFile = TDEApplication::kApplication()->dirs()->saveLocation ("appdata", "/") + filename; if (WordList::saveWordList (map, dictionaryFile)) |