summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqfile.h')
-rw-r--r--qtinterface/tqfile.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqfile.h b/qtinterface/tqfile.h
index 7ede982..9e4242d 100644
--- a/qtinterface/tqfile.h
+++ b/qtinterface/tqfile.h
@@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA.
#endif // USE_QT3
+#ifdef USE_QT4
+
+// Reimplement the QFile class
+// For Qt4, no changes are needed
+
+#include <qfile.h>
+
+#endif // USE_QT4
+
#endif /* TQFILE_H */ \ No newline at end of file