summaryrefslogtreecommitdiffstats
path: root/tools/thesaurus
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:10:32 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:10:32 -0600
commit3fe437def8063926892bddf2dcc733861308836d (patch)
tree021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /tools/thesaurus
parent5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff)
downloadkoffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz
koffice-3fe437def8063926892bddf2dcc733861308836d.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tools/thesaurus')
-rw-r--r--tools/thesaurus/main.cc2
-rw-r--r--tools/thesaurus/main.h2
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;