diff options
Diffstat (limited to 'kmix/mixset.h')
-rw-r--r-- | kmix/mixset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mixset.h b/kmix/mixset.h index f66692b2..060f6944 100644 --- a/kmix/mixset.h +++ b/kmix/mixset.h @@ -6,8 +6,8 @@ class MixSet : public TQPtrList<MixDevice> { public: - 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 clone( MixSet &orig ); |