diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:42 -0600 |
commit | 77252ab600ddb54c54afda4182db0b62e6734ae8 (patch) | |
tree | 0e6627fd5db46b782d6c8fec3c9c34090c20ca35 /style/qtc_fixx11h.h | |
parent | b98d1ff3de3e501c2a08b61433937cc7bfcc97dc (diff) | |
download | tde-style-qtcurve-77252ab600ddb54c54afda4182db0b62e6734ae8.tar.gz tde-style-qtcurve-77252ab600ddb54c54afda4182db0b62e6734ae8.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b98d1ff3de3e501c2a08b61433937cc7bfcc97dc.
Diffstat (limited to 'style/qtc_fixx11h.h')
-rw-r--r-- | style/qtc_fixx11h.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/style/qtc_fixx11h.h b/style/qtc_fixx11h.h index 572870a..efa125a 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 Status -#ifndef FIXX11H_Status -#define FIXX11H_Status -typedef Status XStatus; -#undef Status -typedef XStatus Status; +#ifdef tqStatus +#ifndef FIXX11H_tqStatus +#define FIXX11H_tqStatus +typedef tqStatus XtqStatus; +#undef tqStatus +typedef XtqStatus tqStatus; #endif -#undef Status +#undef tqStatus #endif // Affects: Should be without side effects. -#ifdef CursorShape -#ifndef FIXX11H_CursorShape -#define FIXX11H_CursorShape -const int XCursorShape = CursorShape; -#undef CursorShape -const int CursorShape = CursorShape; +#ifdef tqCursorShape +#ifndef FIXX11H_tqCursorShape +#define FIXX11H_tqCursorShape +const int XtqCursorShape = tqCursorShape; +#undef tqCursorShape +const int tqCursorShape = tqCursorShape; #endif -#undef CursorShape +#undef tqCursorShape #endif // template ---> |