summaryrefslogtreecommitdiffstats
path: root/kmix/mixdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mixdevice.h')
-rw-r--r--kmix/mixdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mixdevice.h b/kmix/mixdevice.h
index 2009811e..33ef0d1b 100644
--- a/kmix/mixdevice.h
+++ b/kmix/mixdevice.h
@@ -75,8 +75,8 @@ SLIDER );
unsigned int enumId();
TQPtrList<TQString>& enumValues();
- void read( KConfig *config, const TQString& grp );
- void write( KConfig *config, const TQString& grp );
+ void read( TDEConfig *config, const TQString& grp );
+ void write( TDEConfig *config, const TQString& grp );
void setType( ChannelType channeltype ) { _type = channeltype; };
ChannelType type() { return _type; };