summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 11:18:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-25 15:21:29 +0900
commitf933a4cdf7551b985eac3371c95899ac8000e165 (patch)
treec5b3c9f98c859c278254b3785e79e257daf8c879
parent1adb7b0c8b5bdfcae4bd8ea01b9013d119312a55 (diff)
downloadtqtinterface-f933a4cd.tar.gz
tqtinterface-f933a4cd.zip
Remove various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 77c8aeccace454360330c848089ebc23636f177d)
-rw-r--r--qtinterface/tqt.h.cmake21
1 files changed, 0 insertions, 21 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake
index 65af2b6..d3d121f 100644
--- a/qtinterface/tqt.h.cmake
+++ b/qtinterface/tqt.h.cmake
@@ -63,27 +63,6 @@ Boston, MA 02110-1301, USA.
#define tqmoc moc
#define TQMOC MOC
-#define WPaintOnScreen ((WFlags)0)
-
-#define TQRGB_MASK TQT_RGB_MASK
-
-#define tqInstallMsgHandler qInstallMsgHandler
-
-#define tqdrawPrimitive drawPrimitive
-
-#define tqsizeFromContents sizeFromContents
-
-#define QMIN TQMIN
-#define QMAX TQMAX
-#define QABS TQABS
-
-#define tqMakePair qMakePair
-
-#define tqt_ucm_query_verification_data qt_ucm_query_verification_data
-
-#define TQ_ControlElement ControlElement
-#define TQ_ComplexControl ComplexControl
-
#define TQT_TQOBJECT(x) (static_cast<TQObject*>(static_cast<TQObject*>(x)))
#define TQT_TQWIDGET(x) (static_cast<TQWidget*>(static_cast<TQWidget*>(x)))
#define TQT_TQSIZEPOLICY(x) (static_cast<TQSizePolicy*>(static_cast<TQSizePolicy*>(x)))