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-31 10:20:53 +0900 |
| commit | ec99420a0cdcbac4c79cce40a79705e49633394f (patch) | |
| tree | 708f4e2856a7cbc120f10016763cd828a940c458 /kdevdesigner/uilib | |
| parent | 1e535ba91a14a7bac3bc5140e3766e8edb7a5dad (diff) | |
| download | tdevelop-r14.1.x.tar.gz tdevelop-r14.1.x.zip | |
Remove use of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.r14.1.x
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>
(cherry picked from commit 98195ec8218519737d5f6e88ee9598d71fcbf8fa)
Diffstat (limited to 'kdevdesigner/uilib')
| -rw-r--r-- | kdevdesigner/uilib/qwidgetfactory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kdevdesigner/uilib/qwidgetfactory.h b/kdevdesigner/uilib/qwidgetfactory.h index c7045cd3..ed7ca03b 100644 --- a/kdevdesigner/uilib/qwidgetfactory.h +++ b/kdevdesigner/uilib/qwidgetfactory.h @@ -143,7 +143,6 @@ private: TQString name; TQPixmap pix; TQString field; - TQ_DUMMY_COMPARISON_OPERATOR( Field ) }; struct SqlWidgetConnection @@ -154,7 +153,6 @@ private: TQString conn; TQString table; TQMap<TQString, TQString> *dbControls; - TQ_DUMMY_COMPARISON_OPERATOR( SqlWidgetConnection ) }; TQValueList<Image> images; |
