summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 18:08:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 22:26:05 +0900
commit8745f781ced6d3f7dcb75daada02eafb2b583139 (patch)
treee843086abbc342d97a4e21ca9dfbcb579f4a9ec4
parent70a2ba29c71388acdd720e623ae019cc45a0c30f (diff)
downloadtqtinterface-8745f781ced6d3f7dcb75daada02eafb2b583139.tar.gz
tqtinterface-8745f781ced6d3f7dcb75daada02eafb2b583139.zip
Remove tqt_mo_* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2ac5e74a45b9f8b7fa8ae63bf48661e16b669a33)
-rw-r--r--qtinterface/tqt.h.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake
index 92d90e7..d40bdd3 100644
--- a/qtinterface/tqt.h.cmake
+++ b/qtinterface/tqt.h.cmake
@@ -203,13 +203,6 @@ Boston, MA 02110-1301, USA.
#define TQT_TQIO_LONG TQ_LONG
#define TQT_TQIO_ULONG TQ_ULONG
-#define tqt_mo_access access
-#define tqt_mo_ci_name name
-#define tqt_mo_ci_value value
-#define tqt_mo_ci_count count
-#define tqt_mo_ci_items items
-#define tqt_mo_ci_method method
-
#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)))