diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-21 11:50:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-21 12:48:57 +0900 |
commit | d5688771d8a6837975be512ee37f61bad7dbd345 (patch) | |
tree | b8ef261c559484b01e3a035333561e5226042b4e /kate/data | |
parent | 44e712a770ad0ab59d33790a80b5f6235cff6921 (diff) | |
download | tdelibs-d5688771d8a6837975be512ee37f61bad7dbd345.tar.gz tdelibs-d5688771d8a6837975be512ee37f61bad7dbd345.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data')
-rw-r--r-- | kate/data/isocpp.xml | 1 | ||||
-rw-r--r-- | kate/data/objectivec.xml | 1 | ||||
-rw-r--r-- | kate/data/objectivecpp.xml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/kate/data/isocpp.xml b/kate/data/isocpp.xml index 0637867fc..34b6e4c4e 100644 --- a/kate/data/isocpp.xml +++ b/kate/data/isocpp.xml @@ -204,7 +204,6 @@ <item> TQ_UNUSED </item> <item> TQT_SIGNAL </item> <item> TQT_SLOT </item> - <item> TQT_TQOBJECT </item> <item> connect </item> <item> disconnect </item> <item> emit </item> diff --git a/kate/data/objectivec.xml b/kate/data/objectivec.xml index 612c1a4f5..59dfba5ad 100644 --- a/kate/data/objectivec.xml +++ b/kate/data/objectivec.xml @@ -127,7 +127,6 @@ <item> TQ_UNUSED </item> <item> TQT_SIGNAL </item> <item> TQT_SLOT </item> - <item> TQT_TQOBJECT </item> <item> connect </item> <item> disconnect </item> <item> emit </item> diff --git a/kate/data/objectivecpp.xml b/kate/data/objectivecpp.xml index 8be78b2d4..6b8246afc 100644 --- a/kate/data/objectivecpp.xml +++ b/kate/data/objectivecpp.xml @@ -172,7 +172,6 @@ <item> TQ_UNUSED </item> <item> TQT_SIGNAL </item> <item> TQT_SLOT </item> - <item> TQT_TQOBJECT </item> <item> connect </item> <item> disconnect </item> <item> emit </item> |