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/mixdevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmix/mixdevice.cpp') 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 ); -- cgit v1.2.1