diff options
Diffstat (limited to 'src/kernel/qcursor.h')
-rw-r--r-- | src/kernel/qcursor.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/kernel/qcursor.h b/src/kernel/qcursor.h index 9b99edb..7518cd3 100644 --- a/src/kernel/qcursor.h +++ b/src/kernel/qcursor.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 Qt::CursorShape QCursorShape; -#ifdef X_CursorShape -#define CursorShape X_CursorShape -#endif -#endif - - /***************************************************************************** QCursor stream functions *****************************************************************************/ |