diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-13 11:11:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-14 23:24:48 +0900 |
commit | 88d14d22d621a11ab063f5810d93c91571922440 (patch) | |
tree | c5dde124214e030029d7898c2c300bd03b39ab65 /pytquic3/embed.cpp | |
parent | 244f8405a7d3f1db7f128f07bcd1ed3c31a5beae (diff) | |
download | pytqt-r14.1.2.tar.gz pytqt-r14.1.2.zip |
Replace Q_WS_* defines with TQ_WS_* equivalentsr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 23638c89e30cefac38f38a681e58c628ce94a74a)
Diffstat (limited to 'pytquic3/embed.cpp')
-rw-r--r-- | pytquic3/embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytquic3/embed.cpp b/pytquic3/embed.cpp index a24f282..f86a1d6 100644 --- a/pytquic3/embed.cpp +++ b/pytquic3/embed.cpp @@ -32,7 +32,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 |