diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/kernel/qinternal.cpp | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt-a09a6bc0.tar.gz tqt-a09a6bc0.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qinternal.cpp')
-rw-r--r-- | src/kernel/qinternal.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qinternal.cpp b/src/kernel/qinternal.cpp index 87cf5694e..389c7236c 100644 --- a/src/kernel/qinternal.cpp +++ b/src/kernel/qinternal.cpp @@ -74,8 +74,8 @@ bool TQSharedDoubleBuffer::dblbufr = TRUE; */ static const int hardLimitWidth = -1; static const int hardLimitHeight = -1; -#if defined( TQ_WS_QWS ) || defined( TQ_WS_MAC9 ) -// Small in TQt/Embedded / Mac9 - 5K on 32bpp +#if defined( TQ_WS_MAC9 ) +// Small in Mac9 - 5K on 32bpp static const int sharedLimitWidth = 64; static const int sharedLimitHeight = 20; #else |