summaryrefslogtreecommitdiffstats
path: root/kommander/editor/formwindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-30 22:36:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-30 22:36:30 +0900
commitef7ea1f2a121513d75661a9d5bc5b75bbcd236c8 (patch)
tree8ef00f43dec74c7415b52e325dd6756dd917b74f /kommander/editor/formwindow.h
parenta5ec2f60ed4a2d68b2654eddf0fc865ff4b7e86b (diff)
downloadtdewebdev-ef7ea1f2a121513d75661a9d5bc5b75bbcd236c8.tar.gz
tdewebdev-ef7ea1f2a121513d75661a9d5bc5b75bbcd236c8.zip
Remove use of TQ_FULL_TEMPLATE_INSTANTIATION. The #define was used for
some very old compilers which has issues with template instantiation. We are now using c++17 compilers, so this is unnecessary. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/editor/formwindow.h')
-rw-r--r--kommander/editor/formwindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kommander/editor/formwindow.h b/kommander/editor/formwindow.h
index 57f17d5b..c55617f0 100644
--- a/kommander/editor/formwindow.h
+++ b/kommander/editor/formwindow.h
@@ -48,12 +48,7 @@ class BreakLayoutCommand;
class TQPixmap;
class TQSizeGrip;
class FormFile;
-
-#if defined(TQ_FULL_TEMPLATE_INSTANTIATION)
-#include "orderindicator.h"
-#else
class OrderIndicator;
-#endif
class FormWindow : public TQWidget
{