From 250ea483cb55317194d02c0f804375e79c7ed1ee Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Tue, 30 Dec 2025 23:01:28 +0900
Subject: Remove use of TQ_FULL_TEMPLATE_INSTANTIATION and
 TQ_DUMMY_COMPARISON_OPERATOR. The #defines were used for some very old
 compilers which had issues with template instantiation. We are now using
 c++17 compilers, so this is unnecessary.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kalyptus/kalyptus | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus
index e95873ba..59db4090 100644
--- a/kalyptus/kalyptus
+++ b/kalyptus/kalyptus
@@ -555,7 +555,6 @@ LOOP:
                         || $p =~ /^\s*Q_GADGET/
                         || $p =~ /^\s*TQ_OVERRIDE/       # and TQ_OVERRIDE
                         || $p =~ /^\s*TQ_SETS/
-                        || $p =~ /^\s*TQ_DUMMY_COMPARISON_OPERATOR/
                         || $p =~ /^\s*K_SYCOCATYPE/     # and K_SYCOCA stuff
                         || $p =~ /^\s*K_SYCOCAFACTORY/  #
                         || $p =~ /^\s*KSVG_/            # and KSVG stuff ;)
@@ -600,7 +599,6 @@ LOOP:
 				     $p =~ m/^#\s*if\s+defined\(Q_CC_/ or
 				     $p =~ m/^#\s*if\s+defined\(TQT_THREAD_SUPPORT/ or
 				     $p =~ m/^#\s*else/ or
-				     $p =~ m/^#\s*if\s+defined\(TQ_FULL_TEMPLATE_INSTANTIATION/ or
 				     $p =~ m/^#\s*ifdef\s+QT_WORKSPACE_WINDOWMODE/ or
 				     $p =~ m/^#\s*ifdef\s+QT_COMPAT/ or
 				     $p =~ m/^#\s*if\s+defined\s*\(?QT_COMPAT/ or
-- 
cgit v1.2.3

