From 5783baba4a547c443e4392f51c8023d38cb9fe6a Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 19 Jan 2011 01:33:42 +0000 Subject: [PATCH] Fix X11 defines git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215548 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/fixx11h.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kdecore/fixx11h.h b/kdecore/fixx11h.h index 7b8dcb3c3..e572335a1 100644 --- a/kdecore/fixx11h.h +++ b/kdecore/fixx11h.h @@ -182,14 +182,14 @@ typedef XStatus Status; #endif // Affects: Should be without side effects. -#ifdef tqCursorShape -#ifndef FIXX11H_tqCursorShape -#define FIXX11H_tqCursorShape -const int XtqCursorShape = tqCursorShape; -#undef tqCursorShape -const int tqCursorShape = tqCursorShape; -#endif -#undef tqCursorShape +#ifdef CursorShape +#ifndef FIXX11H_CursorShape +#define FIXX11H_CursorShape +const int XCursorShape = CursorShape; +#undef CursorShape +const int CursorShape = CursorShape; +#endif +#undef CursorShape #endif // template --->