diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-26 15:52:27 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-01-01 01:16:30 +0100 |
commit | 7f25602f7cf16b010592dbf41d78a859b8361677 (patch) | |
tree | 5b7911621130a67f1c0c91865944758238763f5b /iso/qfilehack.h | |
parent | 0ffd1835a66d84bbb659711e2a34768d7d65b8fa (diff) | |
download | krusader-7f25602f7cf16b010592dbf41d78a859b8361677.tar.gz krusader-7f25602f7cf16b010592dbf41d78a859b8361677.zip |
Fix inadvertent tqt changes.
(cherry picked from commit c2fb605097bc21f6b794d5546192cd95d99104f8)
Diffstat (limited to 'iso/qfilehack.h')
-rw-r--r-- | iso/qfilehack.h | 12 |
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 ); }; |