summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/embed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r--tools/designer/uic/embed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp
index b4618618..5a272e33 100644
--- a/tools/designer/uic/embed.cpp
+++ b/tools/designer/uic/embed.cpp
@@ -43,7 +43,7 @@
// on embedded, we do not compress image data. Rationale: by mapping
// the ready-only data directly into memory we are both faster and
// more memory efficient
-#if defined(Q_WS_QWS) && !defined(TQT_NO_IMAGE_COLLECTION_COMPRESSION)
+#if defined(TQ_WS_QWS) && !defined(TQT_NO_IMAGE_COLLECTION_COMPRESSION)
#define TQT_NO_IMAGE_COLLECTION_COMPRESSION
#endif