From ab53bd0c4c1b842b7b08a6cd2152e8f3c2fb9c1f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:25:24 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kmouth/wordcompletion/dictionarycreationwizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmouth') 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)) -- cgit v1.2.3