diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-20 01:09:59 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-20 01:09:59 -0500 |
commit | a5ebcd697325e8e6ac9756cc96857d9298d2c114 (patch) | |
tree | 83ad2687d35b7c717b2ac5a0c69e61dac17cb0dd /kalyptus/kalyptusDataDict.pm | |
parent | b9190991168c11cd8a602c3b4490300ac01776fb (diff) | |
download | tdebindings-a5ebcd697325e8e6ac9756cc96857d9298d2c114.tar.gz tdebindings-a5ebcd697325e8e6ac9756cc96857d9298d2c114.zip |
Update for recent TQ changes.
Diffstat (limited to 'kalyptus/kalyptusDataDict.pm')
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 34 |
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', |