From de9a6aa007626eba4e333ac4080cbdfcb9f98386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmix/kmixtoolbox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmix/kmixtoolbox.h') diff --git a/kmix/kmixtoolbox.h b/kmix/kmixtoolbox.h index f39dd5a1..9b9d0c80 100644 --- a/kmix/kmixtoolbox.h +++ b/kmix/kmixtoolbox.h @@ -6,7 +6,7 @@ class Mixer; -class KConfig; +class TDEConfig; /** * This toolbox contains various static methods that are shared throughout KMix. @@ -20,8 +20,8 @@ class KMixToolBox { static void setLabels (TQPtrList &mdws, bool on ); static void setTicks (TQPtrList &mdws, bool on ); static void setValueStyle (TQPtrList &mdws, int vs ); - static void loadConfig(TQPtrList &mdws, KConfig *config, const TQString &grp, const TQString &viewPrefix ); - static void saveConfig(TQPtrList &mdws, KConfig *config, const TQString &grp, const TQString &viewPrefix ); + static void loadConfig(TQPtrList &mdws, TDEConfig *config, const TQString &grp, const TQString &viewPrefix ); + static void saveConfig(TQPtrList &mdws, TDEConfig *config, const TQString &grp, const TQString &viewPrefix ); }; -- cgit v1.2.1