summaryrefslogtreecommitdiffstats
path: root/iso/qfilehack.h
diff options
context:
space:
mode:
Diffstat (limited to 'iso/qfilehack.h')
-rw-r--r--iso/qfilehack.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/iso/qfilehack.h b/iso/qfilehack.h
index ba3b57f..fe43217 100644
--- a/iso/qfilehack.h
+++ b/iso/qfilehack.h
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#ifndef TQFILEHACK_H
-#define TQFILEHACK_H
+#ifndef QFILEHACK_H
+#define QFILEHACK_H
#include <tqfile.h>
#include <tqstring.h>
@@ -27,11 +27,11 @@
* block devices for example?
*/
-class TQFileHack : public TQFile {
+class QFileHack : public TQFile {
public:
- TQFileHack();
- TQFileHack( const TQString & name );
- ~TQFileHack();
+ QFileHack();
+ QFileHack( const TQString & name );
+ ~QFileHack();
virtual bool open ( int m );
};