From 45d592deb685e106e20933502bbecda04ab73d75 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 1 Jan 2026 19:03:47 +0900 Subject: Remove usage 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 --- tools/assistant/helpdialogimpl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/assistant/helpdialogimpl.cpp') diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index 91b0fe9b8..4824c5d92 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -100,7 +100,6 @@ struct IndexKeyword { bool operator>( const IndexKeyword &ik ) const { return keyword.lower() > ik.keyword.lower(); } - TQ_DUMMY_COMPARISON_OPERATOR( IndexKeyword ) TQString keyword; TQString link; }; -- cgit v1.2.3