From 3fe437def8063926892bddf2dcc733861308836d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:10:32 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tools/thesaurus/main.cc | 2 +- tools/thesaurus/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/thesaurus') 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; -- cgit v1.2.1