summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/editfunctionsimpl.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-30 22:58:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-31 10:20:53 +0900
commitec99420a0cdcbac4c79cce40a79705e49633394f (patch)
tree708f4e2856a7cbc120f10016763cd828a940c458 /kdevdesigner/designer/editfunctionsimpl.h
parent1e535ba91a14a7bac3bc5140e3766e8edb7a5dad (diff)
downloadtdevelop-ec99420a0cdcbac4c79cce40a79705e49633394f.tar.gz
tdevelop-ec99420a0cdcbac4c79cce40a79705e49633394f.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> (cherry picked from commit 98195ec8218519737d5f6e88ee9598d71fcbf8fa)
Diffstat (limited to 'kdevdesigner/designer/editfunctionsimpl.h')
-rw-r--r--kdevdesigner/designer/editfunctionsimpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kdevdesigner/designer/editfunctionsimpl.h b/kdevdesigner/designer/editfunctionsimpl.h
index a0c8fc66..2055958e 100644
--- a/kdevdesigner/designer/editfunctionsimpl.h
+++ b/kdevdesigner/designer/editfunctionsimpl.h
@@ -77,8 +77,6 @@ private:
TQString oldAccess;
TQString type;
TQString oldType;
-
- TQ_DUMMY_COMPARISON_OPERATOR( FunctItem )
};
void changeItem( TQListViewItem *item, Attribute a, const TQString &nV );