From 3fda03faf1b67aa1221099f3a2153a0aa40811ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:17:02 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- qtsharp/src/generator/TQTypeMap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtsharp/src/generator') 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"); -- cgit v1.2.1