From 3c5631f74d1c75204f950140331e10f739082ee9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:33:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kcoloredit/kcoloredit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcoloredit') 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; -- cgit v1.2.1