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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/src/generator/TQTypeMap.cs b/qtsharp/src/generator/TQTypeMap.cs
index 1c277c48..e0e65f10 100644
--- a/qtsharp/src/generator/TQTypeMap.cs
+++ b/qtsharp/src/generator/TQTypeMap.cs
@@ -82,7 +82,7 @@ namespace QtCSharp {
mastermap.Add ("Q_INT32", "int");
mastermap.Add ("Q_INT8", "char");
mastermap.Add ("Q_LONG", "long");
- mastermap.Add ("Q_PACKED", "uint");
+ mastermap.Add ("TQ_PACKED", "uint");
mastermap.Add ("Q_UINT16", "ushort");
mastermap.Add ("Q_UINT32", "uint");
mastermap.Add ("Q_UINT8", "char");