diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:36 -0600 |
commit | de9a6aa007626eba4e333ac4080cbdfcb9f98386 (patch) | |
tree | 79166818db79c0ac7acfbbb545a4929c0cd62b04 /krec/krecfile.h | |
parent | 27430f06c6cc2187c639f59f342f07f1fde91a8b (diff) | |
download | tdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.tar.gz tdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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; |