summaryrefslogtreecommitdiffstats
path: root/krec/krecfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecfile.h')
-rw-r--r--krec/krecfile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/krec/krecfile.h b/krec/krecfile.h
index ada2fa0d..ae9e7337 100644
--- a/krec/krecfile.h
+++ b/krec/krecfile.h
@@ -22,12 +22,12 @@
class KRecBuffer;
class KTempDir;
-class KSimpleConfig;
+class TDESimpleConfig;
class TQFile;
class KRecFileViewWidget;
class KRecFile : virtual public TQObject {
- Q_OBJECT
+ TQ_OBJECT
friend class KRecFileWidget;
public:
@@ -112,7 +112,7 @@ private:
int _currentBuffer;
TQValueList<KRecBuffer*> _buffers;
KTempDir *_dir;
- KSimpleConfig *_config;
+ TDESimpleConfig *_config;
int _pos, _size;
void init();
@@ -125,7 +125,7 @@ class TDEConfig;
class TQDataStream;
class KRecBuffer : virtual public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
KRecBuffer( const TQString &, int, bool, KRecFile*, const char* =0 );