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/mixer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmix/mixer.h') diff --git a/kmix/mixer.h b/kmix/mixer.h index 1269d609..d9566e81 100644 --- a/kmix/mixer.h +++ b/kmix/mixer.h @@ -39,7 +39,7 @@ class Mixer_Backend; #include "mixdevice.h" class Volume; -class KConfig; +class TDEConfig; class Mixer : public TQObject, virtual public MixerIface { @@ -57,8 +57,8 @@ class Mixer : public TQObject, virtual public MixerIface MixDevice* find(TQString& devPK); - void volumeSave( KConfig *config ); - void volumeLoad( KConfig *config ); + void volumeSave( TDEConfig *config ); + void volumeLoad( TDEConfig *config ); /// Tells the number of the mixing devices unsigned int size() const; -- cgit v1.2.1