diff options
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 |