diff options
author | Timothy Pearson <[email protected]> | 2011-07-17 18:35:57 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-07-17 18:35:57 -0500 |
commit | 9f25ffffd3e6589f6323a7d2656f4d7d6468cb09 (patch) | |
tree | 626667abff609e078cc48d1a6290fc39eda0444b /tqtinterface/qt4/include | |
parent | afe922f3d9f62716f4e559fb1e374c04afd3db63 (diff) | |
download | experimental-9f25ffffd3e6589f6323a7d2656f4d7d6468cb09.tar.gz experimental-9f25ffffd3e6589f6323a7d2656f4d7d6468cb09.zip |
Revert accidental tqsize*Cursor conversion from prior commit
Diffstat (limited to 'tqtinterface/qt4/include')
-rw-r--r-- | tqtinterface/qt4/include/tqtglobaldefines.h~ | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tqtinterface/qt4/include/tqtglobaldefines.h~ b/tqtinterface/qt4/include/tqtglobaldefines.h~ index 04b86e3..03721ed 100644 --- a/tqtinterface/qt4/include/tqtglobaldefines.h~ +++ b/tqtinterface/qt4/include/tqtglobaldefines.h~ @@ -193,11 +193,11 @@ // #define tqcrossCursor Qt::CrossCursor // #define tqwaitCursor Qt::WaitCursor // #define tqibeamCursor Qt::IBeamCursor -// #define sizeVerCursor Qt::SizeVerCursor -// #define sizeHorCursor Qt::SizeHorCursor -// #define sizeBDiagCursor Qt::SizeBDiagCursor -// #define sizeFDiagCursor Qt::SizeFDiagCursor -// #define sizeAllCursor Qt::SizeAllCursor +// #define tqsizeVerCursor Qt::SizeVerCursor +// #define tqsizeHorCursor Qt::SizeHorCursor +// #define tqsizeBDiagCursor Qt::SizeBDiagCursor +// #define tqsizeFDiagCursor Qt::SizeFDiagCursor +// #define tqsizeAllCursor Qt::SizeAllCursor // #define tqblankCursor Qt::BlankCursor // #define tqsplitVCursor Qt::SplitVCursor // #define tqsplitHCursor Qt::SplitHCursor @@ -211,11 +211,11 @@ #define tqcrossCursor TQt::crossCursor #define tqwaitCursor TQt::waitCursor #define tqibeamCursor TQt::ibeamCursor -#define sizeVerCursor TQt::sizeVerCursor -#define sizeHorCursor TQt::sizeHorCursor -#define sizeBDiagCursor TQt::sizeBDiagCursor -#define sizeFDiagCursor TQt::sizeFDiagCursor -#define sizeAllCursor TQt::sizeAllCursor +#define tqsizeVerCursor TQt::tqsizeVerCursor +#define tqsizeHorCursor TQt::tqsizeHorCursor +#define tqsizeBDiagCursor TQt::tqsizeBDiagCursor +#define tqsizeFDiagCursor TQt::tqsizeFDiagCursor +#define tqsizeAllCursor TQt::tqsizeAllCursor #define tqblankCursor TQt::blankCursor #define tqsplitVCursor TQt::splitVCursor #define tqsplitHCursor TQt::splitHCursor |