From ec99420a0cdcbac4c79cce40a79705e49633394f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 30 Dec 2025 22:58:02 +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 (cherry picked from commit 98195ec8218519737d5f6e88ee9598d71fcbf8fa) --- kdevdesigner/designer/formwindow.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kdevdesigner/designer/formwindow.h') diff --git a/kdevdesigner/designer/formwindow.h b/kdevdesigner/designer/formwindow.h index 52546f79..ce022828 100644 --- a/kdevdesigner/designer/formwindow.h +++ b/kdevdesigner/designer/formwindow.h @@ -55,12 +55,7 @@ class TQSizeGrip; class Project; struct DesignerFormWindow; class FormFile; - -#if defined(TQ_CC_MSVC) || defined(TQ_FULL_TEMPLATE_INSTANTIATION) -#include "orderindicator.h" -#else class OrderIndicator; -#endif class FormWindow : public TQWidget { -- cgit v1.2.3