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 --- krec/krecfile.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'krec/krecfile.h') diff --git a/krec/krecfile.h b/krec/krecfile.h index a90786dc..cdb9af2d 100644 --- a/krec/krecfile.h +++ b/krec/krecfile.h @@ -121,7 +121,7 @@ private: class TQFile; class TQDir; class TQFileInfo; -class KConfig; +class TDEConfig; class TQDataStream; class KRecBuffer : virtual public TQObject { @@ -140,9 +140,9 @@ public: /** Writes out its Config It doesn't set the group. - @param config the KConfig where the data gets written + @param config the TDEConfig where the data gets written */ - void writeConfig( KConfig* config ); + void writeConfig( TDEConfig* config ); /** restores a KRecBuffer from Config @@ -150,7 +150,7 @@ public: @param config The configuration thats read @param dir The directory where the file is saved */ - static KRecBuffer* fromConfig( KConfig* config, TQDir* dir, KRecFile* p, const char* n=0 ); + static KRecBuffer* fromConfig( TDEConfig* config, TQDir* dir, KRecFile* p, const char* n=0 ); TQString filename() const; -- cgit v1.2.1