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