summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bcrc.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
commitd8cc8bdfa7fa624a526d5aa1626974e1444cb799 (patch)
treef295f1c545b319963d5357af79fe08991d8141d9 /libk3bdevice/k3bcrc.h
parent2a39a080579fb52a2599c02b2939795385b89093 (diff)
downloadk3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.tar.gz
k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.zip
TQt4 port k3b
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libk3bdevice/k3bcrc.h')
-rw-r--r--libk3bdevice/k3bcrc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libk3bdevice/k3bcrc.h b/libk3bdevice/k3bcrc.h
index ee7d6a6..a352db3 100644
--- a/libk3bdevice/k3bcrc.h
+++ b/libk3bdevice/k3bcrc.h
@@ -16,7 +16,7 @@
#ifndef _K3B_CRC_H_
#define _K3B_CRC_H_
-#include <qglobal.h>
+#include <tqglobal.h>
namespace K3bDevice
{
@@ -24,12 +24,12 @@ namespace K3bDevice
// bool check( unsigned char* message, unsigned int len, unsigned char* crc, unsigned int crcLen );
- Q_UINT16 calcX25( unsigned char* message, unsigned int len, Q_UINT16 start = 0x0000 );
+ TQ_UINT16 calcX25( unsigned char* message, unsigned int len, TQ_UINT16 start = 0x0000 );
/**
* subdata is 12 bytes in long.
*/
- bool checkQCrc( unsigned char* subdata );
+ bool checkTQCrc( unsigned char* subdata );
};
#endif