diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-30 22:58:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-30 23:27:24 +0900 |
| commit | 98195ec8218519737d5f6e88ee9598d71fcbf8fa (patch) | |
| tree | 977539b286ab61f105a95f1d6d79c3bb276d0ab0 /kdevdesigner/designer/command.h | |
| parent | b387753da9f77da1aba8e85c0e48f3e351e54c90 (diff) | |
| download | tdevelop-98195ec8218519737d5f6e88ee9598d71fcbf8fa.tar.gz tdevelop-98195ec8218519737d5f6e88ee9598d71fcbf8fa.zip | |
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>
Diffstat (limited to 'kdevdesigner/designer/command.h')
| -rw-r--r-- | kdevdesigner/designer/command.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kdevdesigner/designer/command.h b/kdevdesigner/designer/command.h index eb34952d..6eb21b5f 100644 --- a/kdevdesigner/designer/command.h +++ b/kdevdesigner/designer/command.h @@ -775,7 +775,6 @@ public: { TQString text; TQPixmap pix; - TQ_DUMMY_COMPARISON_OPERATOR( Item ) }; PopulateListBoxCommand( const TQString &n, FormWindow *fw, @@ -799,7 +798,6 @@ public: { TQString text; TQPixmap pix; - TQ_DUMMY_COMPARISON_OPERATOR( Item ) }; PopulateIconViewCommand( const TQString &n, FormWindow *fw, @@ -857,7 +855,6 @@ public: { TQString text; TQPixmap pix; - TQ_DUMMY_COMPARISON_OPERATOR( Row ) }; struct Column @@ -865,7 +862,6 @@ public: TQString text; TQPixmap pix; TQString field; - TQ_DUMMY_COMPARISON_OPERATOR( Column ) }; PopulateTableCommand( const TQString &n, FormWindow *fw, TQTable *t, |
