diff options
Diffstat (limited to 'tools/thesaurus')
-rw-r--r-- | tools/thesaurus/main.cc | 2 | ||||
-rw-r--r-- | tools/thesaurus/main.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/thesaurus/main.cc b/tools/thesaurus/main.cc index cca6f495..273c5d20 100644 --- a/tools/thesaurus/main.cc +++ b/tools/thesaurus/main.cc @@ -71,7 +71,7 @@ Thesaurus::Thesaurus(TQObject* parent, const char* name, const TQStringList &) m_dialog->setHelp(TQString(), "thesaurus"); m_dialog->resize(600, 400); - m_config = new KConfig("kthesaurusrc"); + m_config = new TDEConfig("kthesaurusrc"); m_data_file = m_config->readPathEntry("datafile"); if( ! m_data_file ) { m_data_file = TDEGlobal::dirs()->findResourceDir("data", "thesaurus/") diff --git a/tools/thesaurus/main.h b/tools/thesaurus/main.h index 210be195..c69824b1 100644 --- a/tools/thesaurus/main.h +++ b/tools/thesaurus/main.h @@ -115,7 +115,7 @@ protected: bool m_replacement; // does this dialog offer a replace button etc.? - KConfig *m_config; + TDEConfig *m_config; TDEProcess *m_thesproc; TQString m_thesproc_stdout; |