diff options
Diffstat (limited to 'src/kernel/tqcursor_x11.cpp')
| -rw-r--r-- | src/kernel/tqcursor_x11.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/tqcursor_x11.cpp b/src/kernel/tqcursor_x11.cpp index 6a66e3cda..2ff9bad05 100644 --- a/src/kernel/tqcursor_x11.cpp +++ b/src/kernel/tqcursor_x11.cpp @@ -130,7 +130,7 @@ TQCursor *TQCursor::find_cur( int shape ) // find predefined cursor } -static bool initialized = FALSE; +static bool initialized = false; /*! Internal function that deinitializes the predefined cursors. @@ -149,7 +149,7 @@ void TQCursor::cleanup() delete cursorTable[shape].data; cursorTable[shape].data = 0; } - initialized = FALSE; + initialized = false; } @@ -165,7 +165,7 @@ void TQCursor::initialize() int shape; for( shape = 0; shape <= LastCursor; shape++ ) cursorTable[shape].data = new TQCursorData( shape ); - initialized = TRUE; + initialized = true; tqAddPostRoutine( cleanup ); } |
