summaryrefslogtreecommitdiffstats
path: root/style/qtc_fixx11h.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:15:07 -0600
committerSlávek Banko <[email protected]>2012-06-30 13:41:43 +0200
commitf110201ae2bb5debffc0b5a070ef69c9644be357 (patch)
tree772a4687ee7a72f9159da5bd17b99fb75139cdf8 /style/qtc_fixx11h.h
parent129568e981f22295a2543e1e8e5d2569f60e6744 (diff)
downloadtde-style-qtcurve-f110201ae2bb5debffc0b5a070ef69c9644be357.tar.gz
tde-style-qtcurve-f110201ae2bb5debffc0b5a070ef69c9644be357.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 965dc06c3148fe15166123ff463a32a50c6077ba)
Diffstat (limited to 'style/qtc_fixx11h.h')
-rw-r--r--style/qtc_fixx11h.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/style/qtc_fixx11h.h b/style/qtc_fixx11h.h
index efa125a..572870a 100644
--- a/style/qtc_fixx11h.h
+++ b/style/qtc_fixx11h.h
@@ -168,25 +168,25 @@ const int GrayScale = XGrayScale;
#endif
// Affects: Should be without side effects.
-#ifdef tqStatus
-#ifndef FIXX11H_tqStatus
-#define FIXX11H_tqStatus
-typedef tqStatus XtqStatus;
-#undef tqStatus
-typedef XtqStatus tqStatus;
+#ifdef Status
+#ifndef FIXX11H_Status
+#define FIXX11H_Status
+typedef Status XStatus;
+#undef Status
+typedef XStatus Status;
#endif
-#undef tqStatus
+#undef 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;
+#ifdef CursorShape
+#ifndef FIXX11H_CursorShape
+#define FIXX11H_CursorShape
+const int XCursorShape = CursorShape;
+#undef CursorShape
+const int CursorShape = CursorShape;
#endif
-#undef tqCursorShape
+#undef CursorShape
#endif
// template --->