summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusCxxToCSharp.pm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-06 12:46:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-07 16:37:23 +0900
commit5a0036e68c4e9c04af242ccfccfd432db06b698c (patch)
treebc63cb075df950c4d1099f7d411805e8532562c5 /kalyptus/kalyptusCxxToCSharp.pm
parentdc455b48d8efe559350586d70d1214c209531720 (diff)
downloadtdebindings-5a0036e68c4e9c04af242ccfccfd432db06b698c.tar.gz
tdebindings-5a0036e68c4e9c04af242ccfccfd432db06b698c.zip
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 93673b22d293f5bd5b2f90170756b499f534d9b5)
Diffstat (limited to 'kalyptus/kalyptusCxxToCSharp.pm')
-rw-r--r--kalyptus/kalyptusCxxToCSharp.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalyptus/kalyptusCxxToCSharp.pm b/kalyptus/kalyptusCxxToCSharp.pm
index 6c8ce4cb..d077fb59 100644
--- a/kalyptus/kalyptusCxxToCSharp.pm
+++ b/kalyptus/kalyptusCxxToCSharp.pm
@@ -117,7 +117,7 @@ sub cplusplusToCSharp
return "IntPtr";
} elsif ( $cplusplusType =~ /^TQUuid/ ) {
return "IntPtr";
- } elsif ( $cplusplusType =~ /^Q_REFCOUNT/ ) {
+ } elsif ( $cplusplusType =~ /^TQ_REFCOUNT/ ) {
return "IntPtr";
} elsif ( $cplusplusType =~ /^EventRef/ ) {
return "IntPtr";
@@ -223,7 +223,7 @@ sub cplusplusToPInvoke
return "RawObject";
} elsif ( $cplusplusType =~ /^TQUuid/ ) {
return "RawObject";
- } elsif ( $cplusplusType =~ /^Q_REFCOUNT/ ) {
+ } elsif ( $cplusplusType =~ /^TQ_REFCOUNT/ ) {
return "RawObject";
} elsif ( $cplusplusType =~ /^EventRef/ ) {
return "RawObject";