summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqlocalfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqlocalfs.h')
-rw-r--r--qtinterface/tqlocalfs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqlocalfs.h b/qtinterface/tqlocalfs.h
index 5206463..63a2092 100644
--- a/qtinterface/tqlocalfs.h
+++ b/qtinterface/tqlocalfs.h
@@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLocalFs class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qlocalfs.h>
+#include <Qt/q3localfs.h>
+
+#define QLocalFs Q3LocalFs
#endif // USE_QT4