diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:34:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:34:00 -0600 |
commit | b98d1ff3de3e501c2a08b61433937cc7bfcc97dc (patch) | |
tree | ac02eae99f531d7f097dbde97b453ada0d3c7cda /style/qtc_fixx11h.h | |
parent | dd3d53e70948ffd0e3e2745edfd345bbeb838a32 (diff) | |
download | tde-style-qtcurve-b98d1ff3de3e501c2a08b61433937cc7bfcc97dc.tar.gz tde-style-qtcurve-b98d1ff3de3e501c2a08b61433937cc7bfcc97dc.zip |
Rename a number of old tq methods that are no longer tq specific
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 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 ---> |