summaryrefslogtreecommitdiffstats
path: root/kdecore
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore')
-rw-r--r--kdecore/fixx11h.h16
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 --->