summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusDataDict.pm
diff options
context:
space:
mode:
Diffstat (limited to 'kalyptus/kalyptusDataDict.pm')
-rw-r--r--kalyptus/kalyptusDataDict.pm34
1 files changed, 17 insertions, 17 deletions
diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm
index 7c3bffb3..df8c8890 100644
--- a/kalyptus/kalyptusDataDict.pm
+++ b/kalyptus/kalyptusDataDict.pm
@@ -2271,24 +2271,24 @@ BEGIN
'TQXmlSimpleReader*' => 'qt_QXmlSimpleReader*' ,
'TQXtApplication*' => 'qt_QXtApplication*',
'TQXtWidget*' => 'qt_QXtWidget*',
-'Q_INT16&' => 'short',
-'Q_INT16' => 'short',
-'Q_INT32&' => 'int',
-'Q_INT32' => 'int',
-'Q_INT8&' => 'char',
-'Q_INT8' => 'char',
-'Q_LONG&' => 'long',
-'Q_LONG' => 'long',
+'TQ_INT16&' => 'short',
+'TQ_INT16' => 'short',
+'TQ_INT32&' => 'int',
+'TQ_INT32' => 'int',
+'TQ_INT8&' => 'char',
+'TQ_INT8' => 'char',
+'TQ_LONG&' => 'long',
+'TQ_LONG' => 'long',
'TQ_PACKED*' => 'void*',
-'Q_UINT16&' => 'unsigned short',
-'Q_UINT16' => 'unsigned short',
-'Q_UINT32&' => 'unsigned int',
-'Q_UINT32' => 'unsigned int',
-'Q_UINT8&' => 'unsigned char',
-'Q_UINT8' => 'unsigned char',
-'Q_UINT8*' => 'unsigned char*' ,
-'Q_ULONG&' => 'long',
-'Q_ULONG' => 'long',
+'TQ_UINT16&' => 'unsigned short',
+'TQ_UINT16' => 'unsigned short',
+'TQ_UINT32&' => 'unsigned int',
+'TQ_UINT32' => 'unsigned int',
+'TQ_UINT8&' => 'unsigned char',
+'TQ_UINT8' => 'unsigned char',
+'TQ_UINT8*' => 'unsigned char*' ,
+'TQ_ULONG&' => 'long',
+'TQ_ULONG' => 'long',
'Qt*' => 'qt_Qt*' ,
'TQt::ArrowType' => 'int' ,
'TQt::BackgroundMode' => 'int',