diff options
Diffstat (limited to 'krec/krecfile.h')
-rw-r--r-- | krec/krecfile.h | 8 |
1 files changed, 4 insertions, 4 deletions
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; |