summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqjpegio.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqjpegio.h')
-rw-r--r--qtinterface/tqjpegio.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/qtinterface/tqjpegio.h b/qtinterface/tqjpegio.h
index 5299007..01c0dc8 100644
--- a/qtinterface/tqjpegio.h
+++ b/qtinterface/tqjpegio.h
@@ -25,10 +25,18 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
-// Pull in qjpegio.h defines
+// Pull in Qt3 qjpegio.h defines
#include <qjpegio.h>
#endif // USE_QT3
+#ifdef USE_QT4
+
+// Pull in Qt4 qjpegio.h defines
+
+#include <qjpegio.h>
+
+#endif // USE_QT4
+
#endif /* TQJPEGIO_H */ \ No newline at end of file