diff options
author | Slávek Banko <[email protected]> | 2014-01-27 22:42:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-01-27 22:49:47 +0100 |
commit | a2f400d544a36226eff3a454a8d1e40bc11df09c (patch) | |
tree | 3ce28d13b34dc8454f49871e246170b7afed98fd /kalyptus/kalyptusCxxToDcopIDL.pm | |
parent | 55d10eedc1f7c565187b5a3219c8b99ed7d0a880 (diff) | |
download | libtqt-perl-a2f400d544a36226eff3a454a8d1e40bc11df09c.tar.gz libtqt-perl-a2f400d544a36226eff3a454a8d1e40bc11df09c.zip |
Update kalyptus according to tdebindings
Diffstat (limited to 'kalyptus/kalyptusCxxToDcopIDL.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToDcopIDL.pm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kalyptus/kalyptusCxxToDcopIDL.pm b/kalyptus/kalyptusCxxToDcopIDL.pm index ad7e3ee..5ff17c0 100644 --- a/kalyptus/kalyptusCxxToDcopIDL.pm +++ b/kalyptus/kalyptusCxxToDcopIDL.pm @@ -131,14 +131,14 @@ BEGIN 'TQEventLoop::ProcessEventsFlags' => 'uint', 'TQStyle::SCFlags' => 'int', 'TQStyle::SFlags' => 'int', - 'Q_INT16' => 'short', - 'Q_INT32' => 'int', - 'Q_INT8' => 'char', - 'Q_LONG' => 'long', - 'Q_UINT16' => 'ushort', - 'Q_UINT32' => 'uint', - 'Q_UINT8' => 'uchar', - 'Q_ULONG' => 'long', + 'TQ_INT16' => 'short', + 'TQ_INT32' => 'int', + 'TQ_INT8' => 'char', + 'TQ_LONG' => 'long', + 'TQ_UINT16' => 'ushort', + 'TQ_UINT32' => 'uint', + 'TQ_UINT8' => 'uchar', + 'TQ_ULONG' => 'long', ); } @@ -836,7 +836,7 @@ sub registerType($$) { } # Apply typedefs, and store the resulting type. - # For instance, if $type was Q_UINT16&, realType will be ushort + # For instance, if $type was TQ_UINT16&, realType will be ushort $allTypes{$type}{realType} = applyTypeDef( $realType ); # In the first phase we only create entries into allTypes. |