summaryrefslogtreecommitdiffstats
path: root/libktorrent/util/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/util/constants.h')
-rw-r--r--libktorrent/util/constants.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libktorrent/util/constants.h b/libktorrent/util/constants.h
index e663978..0551f60 100644
--- a/libktorrent/util/constants.h
+++ b/libktorrent/util/constants.h
@@ -20,19 +20,19 @@
#ifndef BTCONSTANTS_H
#define BTCONSTANTS_H
-#include <qglobal.h>
+#include <tqglobal.h>
namespace bt
{
- typedef Q_UINT64 Uint64;
- typedef Q_UINT32 Uint32;
- typedef Q_UINT16 Uint16;
- typedef Q_UINT8 Uint8;
+ typedef TQ_UINT64 Uint64;
+ typedef TQ_UINT32 Uint32;
+ typedef TQ_UINT16 Uint16;
+ typedef TQ_UINT8 Uint8;
- typedef Q_INT64 Int64;
- typedef Q_INT32 Int32;
- typedef Q_INT16 Int16;
- typedef Q_INT8 Int8;
+ typedef TQ_INT64 Int64;
+ typedef TQ_INT32 Int32;
+ typedef TQ_INT16 Int16;
+ typedef TQ_INT8 Int8;
typedef Uint64 TimeStamp;