diff options
Diffstat (limited to 'kmix/mixdevice.cpp')
-rw-r--r-- | kmix/mixdevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mixdevice.cpp b/kmix/mixdevice.cpp index b29c485f..4b0649d0 100644 --- a/kmix/mixdevice.cpp +++ b/kmix/mixdevice.cpp @@ -133,7 +133,7 @@ void MixDevice::setPK(TQString &PK) { * because we need to read the minimum and maximum volume levels. * (Another solutien would be to "equip" volFromConfig with maxInt and minInt values). */ -void MixDevice::read( KConfig *config, const TQString& grp ) +void MixDevice::read( TDEConfig *config, const TQString& grp ) { TQString devgrp; devgrp.sprintf( "%s.Dev%i", grp.ascii(), _num ); @@ -193,7 +193,7 @@ void MixDevice::read( KConfig *config, const TQString& grp ) /** * called on "kmixctrl --save" and from the GUI's (currently only on exit) */ -void MixDevice::write( KConfig *config, const TQString& grp ) +void MixDevice::write( TDEConfig *config, const TQString& grp ) { TQString devgrp; devgrp.sprintf( "%s.Dev%i", grp.ascii(), _num ); |