diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:18:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:18:06 -0600 |
commit | 79fd2b2bbd9f842ce3c84c67e3314033a9cceea4 (patch) | |
tree | d6d2174614dc2384de6f77a930aaf3d06b276fae /kedit/kedit.h | |
parent | c3e3301aba81e1c1771fa309941888a8b0fb59bc (diff) | |
download | tdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.tar.gz tdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kedit/kedit.h')
-rw-r--r-- | kedit/kedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kedit/kedit.h b/kedit/kedit.h index 56c4ccd..b931615 100644 --- a/kedit/kedit.h +++ b/kedit/kedit.h @@ -117,7 +117,7 @@ protected: void initSpellConfig(); private: - KSpellConfig *kspellconfigOptions; + KSpellConfig *tdespellconfigOptions; public: // Should not be! KEdit *eframe; @@ -138,7 +138,7 @@ private: TDEConfig *config; - KSpell *kspell; // Current spell checking object + KSpell *tdespell; // Current spell checking object /* * The source, the destination of the copy, and the open mode |