summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bcrc.h
diff options
context:
space:
mode:
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