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