diff options
Diffstat (limited to 'src/kernel/ntqcursor.h')
-rw-r--r-- | src/kernel/ntqcursor.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/kernel/ntqcursor.h b/src/kernel/ntqcursor.h index 70c91e95b..a285637cc 100644 --- a/src/kernel/ntqcursor.h +++ b/src/kernel/ntqcursor.h @@ -122,19 +122,6 @@ private: }; -#if !defined(QT_CLEAN_NAMESPACE) -// CursorShape is defined in X11/X.h -#ifdef CursorShape -#define X_CursorShape CursorShape -#undef CursorShape -#endif -typedef TQt::CursorShape TQCursorShape; -#ifdef X_CursorShape -#define CursorShape X_CursorShape -#endif -#endif - - /***************************************************************************** TQCursor stream functions *****************************************************************************/ |