summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:18:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:18:11 -0600
commitfc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335 (patch)
treef1e7de165d9a038aed66481b047cd32b4e1091df /kate
parent00894908e7b9359d8432a615380bf3db1d4745a0 (diff)
downloadtdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.tar.gz
tdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'kate')
-rw-r--r--kate/data/cpp.xml4
-rw-r--r--kate/data/objectivecpp.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/cpp.xml b/kate/data/cpp.xml
index 4b27772dd..e1ba132d3 100644
--- a/kate/data/cpp.xml
+++ b/kate/data/cpp.xml
@@ -87,7 +87,7 @@
<item> Q_ARG </item>
<item> Q_ASSERT </item>
<item> Q_ASSERT_X </item>
- <item> Q_CHECK_PTR </item>
+ <item> TQ_CHECK_PTR </item>
<item> Q_CLASSINFO </item>
<item> Q_CLEANUP_RESOURCE </item>
<item> Q_D </item>
@@ -100,7 +100,7 @@
<item> Q_DECLARE_PUBLIC </item>
<item> Q_DECLARE_SHARED </item>
<item> Q_DECLARE_TYPEINFO </item>
- <item> Q_DISABLE_COPY </item>
+ <item> TQ_DISABLE_COPY </item>
<item> Q_ENUMS </item>
<item> Q_EXPORT </item>
<item> Q_FLAGS </item>
diff --git a/kate/data/objectivecpp.xml b/kate/data/objectivecpp.xml
index bf038d4a2..1552d264a 100644
--- a/kate/data/objectivecpp.xml
+++ b/kate/data/objectivecpp.xml
@@ -109,7 +109,7 @@
<item> Q_DECLARE_PUBLIC </item>
<item> Q_D </item>
<item> Q_Q </item>
- <item> Q_DISABLE_COPY </item>
+ <item> TQ_DISABLE_COPY </item>
<item> Q_INTERFACES </item>
<item> Q_FLAGS </item>
<item> Q_SCRIPTABLE </item>