diff options
Diffstat (limited to 'kcoloredit/kcoloredit.h')
-rw-r--r-- | kcoloredit/kcoloredit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcoloredit/kcoloredit.h b/kcoloredit/kcoloredit.h index 4c028147..59969965 100644 --- a/kcoloredit/kcoloredit.h +++ b/kcoloredit/kcoloredit.h @@ -45,7 +45,7 @@ class KColorEditView; * full session management as well as keyboard accelerator configuration by using KAccel. * @see KMainWindow * @see TDEApplication - * @see KConfig + * @see TDEConfig * @see KAccel * * @author Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team. @@ -166,7 +166,7 @@ class KColorEditApp : public KMainWindow private: /** the configuration object of the application */ - KConfig *config; + TDEConfig *config; KAction *m_actSave, *m_actCut, *m_actCopy, *m_actPaste, *m_actPalette; KToggleAction *m_actNames; |