diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-30 22:36:30 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-30 22:36:30 +0900 |
| commit | ef7ea1f2a121513d75661a9d5bc5b75bbcd236c8 (patch) | |
| tree | 8ef00f43dec74c7415b52e325dd6756dd917b74f /kommander/editor/formwindow.h | |
| parent | a5ec2f60ed4a2d68b2654eddf0fc865ff4b7e86b (diff) | |
| download | tdewebdev-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.h | 5 |
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 { |
