summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/common.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/common.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/common.h b/noncore/apps/opie-console/common.h
index ac0e2cf..979c2bd 100644
--- a/noncore/apps/opie-console/common.h
+++ b/noncore/apps/opie-console/common.h
@@ -17,25 +17,25 @@
17/* -------------------------------------------------------------------------- */ 17/* -------------------------------------------------------------------------- */
18 18
19/*! \file TECommon.h 19/*! \file TECommon.h
20 \brief Definitions shared between TEScreen and TEWidget. 20 \brief Definitions shared between TEScreen and TEWidget.
21*/ 21*/
22 22
23#ifndef TECOMMON_H 23#ifndef TECOMMON_H
24#define TECOMMON_H 24#define TECOMMON_H
25 25
26#include <qcolor.h> 26#include <qcolor.h>
27 27
28#ifndef BOOL 28#ifndef BOOL
29typedef int BOOL; 29typedef bool BOOL;
30#endif 30#endif
31 31
32#ifndef FALSE 32#ifndef FALSE
33#define FALSE 0 33#define FALSE 0
34#endif 34#endif
35 35
36#ifndef TRUE 36#ifndef TRUE
37#define TRUE 1 37#define TRUE 1
38#endif 38#endif
39 39
40#ifndef UINT8 40#ifndef UINT8
41typedef unsigned char UINT8; 41typedef unsigned char UINT8;