diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-19 01:33:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-19 01:33:42 +0000 |
commit | 5783baba4a547c443e4392f51c8023d38cb9fe6a (patch) | |
tree | 336c5ca9e7826fdb1d479362b5f2a7d3ee102bf8 | |
parent | 34889b2ab50860cbee2a32e88fc36b32ad0eb8ad (diff) | |
download | tdelibs-5783baba4a547c443e4392f51c8023d38cb9fe6a.tar.gz tdelibs-5783baba4a547c443e4392f51c8023d38cb9fe6a.zip |
Fix X11 defines
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215548 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kdecore/fixx11h.h | 16 |
1 files 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 ---> |