summaryrefslogtreecommitdiffstats
path: root/krec/krecfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecfile.h')
-rw-r--r--krec/krecfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krec/krecfile.h b/krec/krecfile.h
index 86c29c77..ae9e7337 100644
--- a/krec/krecfile.h
+++ b/krec/krecfile.h
@@ -22,7 +22,7 @@
class KRecBuffer;
class KTempDir;
-class KSimpleConfig;
+class TDESimpleConfig;
class TQFile;
class KRecFileViewWidget;
@@ -112,7 +112,7 @@ private:
int _currentBuffer;
TQValueList<KRecBuffer*> _buffers;
KTempDir *_dir;
- KSimpleConfig *_config;
+ TDESimpleConfig *_config;
int _pos, _size;
void init();