summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/generator/TQTypeMap.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qtsharp/src/generator/TQTypeMap.cs')
-rw-r--r--qtsharp/src/generator/TQTypeMap.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/qtsharp/src/generator/TQTypeMap.cs b/qtsharp/src/generator/TQTypeMap.cs
index e0e65f10..8318cca4 100644
--- a/qtsharp/src/generator/TQTypeMap.cs
+++ b/qtsharp/src/generator/TQTypeMap.cs
@@ -78,15 +78,15 @@ namespace QtCSharp {
mastermap.Add ("array_data", "IntPtr");
mastermap.Add ("bitarr_data", "IntPtr");
mastermap.Add ("Offset", "int");
- mastermap.Add ("Q_INT16", "short");
- mastermap.Add ("Q_INT32", "int");
- mastermap.Add ("Q_INT8", "char");
- mastermap.Add ("Q_LONG", "long");
+ mastermap.Add ("TQ_INT16", "short");
+ mastermap.Add ("TQ_INT32", "int");
+ mastermap.Add ("TQ_INT8", "char");
+ mastermap.Add ("TQ_LONG", "long");
mastermap.Add ("TQ_PACKED", "uint");
- mastermap.Add ("Q_UINT16", "ushort");
- mastermap.Add ("Q_UINT32", "uint");
- mastermap.Add ("Q_UINT8", "char");
- mastermap.Add ("Q_ULONG", "long");
+ mastermap.Add ("TQ_UINT16", "ushort");
+ mastermap.Add ("TQ_UINT32", "uint");
+ mastermap.Add ("TQ_UINT8", "char");
+ mastermap.Add ("TQ_ULONG", "long");
mastermap.Add ("TQStyleHintReturn", "IntPtr");
mastermap.Add ("TQFileInfoList", "IntPtr");
mastermap.Add ("TQDomNodePrivate", "IntPtr");