summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 19:19:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 19:19:03 -0500
commita0486cd21bff18f718f6d14db4b19cc31bfa8e67 (patch)
tree626667abff609e078cc48d1a6290fc39eda0444b
parent07cb0159c03c6b24b1088c95ab3bbe0915f4df82 (diff)
downloadexperimental-a0486cd2.tar.gz
experimental-a0486cd2.zip
Revert "Fix FTBFS"
This reverts commit 63f7e5f59911fe3ff39f02384a7e53f9807e5b69.
-rw-r--r--tqtinterface/qt4/src/kernel/tqnamespace.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqnamespace.h b/tqtinterface/qt4/src/kernel/tqnamespace.h
index ffa20e0..6587a71 100644
--- a/tqtinterface/qt4/src/kernel/tqnamespace.h
+++ b/tqtinterface/qt4/src/kernel/tqnamespace.h
@@ -1009,11 +1009,11 @@ typedef Qt::Orientation Orientation;
TQT_STATIC_CONST TQCursor & crossCursor; // crosshair
TQT_STATIC_CONST TQCursor & waitCursor; // hourglass/watch
TQT_STATIC_CONST TQCursor & ibeamCursor; // ibeam/text entry
- TQT_STATIC_CONST TQCursor & sizeVerCursor; // vertical resize
- TQT_STATIC_CONST TQCursor & sizeHorCursor; // horizontal resize
- TQT_STATIC_CONST TQCursor & sizeBDiagCursor; // diagonal resize (/)
- TQT_STATIC_CONST TQCursor & sizeFDiagCursor; // diagonal resize (\)
- TQT_STATIC_CONST TQCursor & sizeAllCursor; // all directions resize
+ TQT_STATIC_CONST TQCursor & tqsizeVerCursor; // vertical resize
+ TQT_STATIC_CONST TQCursor & tqsizeHorCursor; // horizontal resize
+ TQT_STATIC_CONST TQCursor & tqsizeBDiagCursor; // diagonal resize (/)
+ TQT_STATIC_CONST TQCursor & tqsizeFDiagCursor; // diagonal resize (\)
+ TQT_STATIC_CONST TQCursor & tqsizeAllCursor; // all directions resize
TQT_STATIC_CONST TQCursor & blankCursor; // blank/invisible cursor
TQT_STATIC_CONST TQCursor & splitVCursor; // vertical bar with left-right
// arrows
@@ -1157,4 +1157,3 @@ public:
};
#endif // TQNAMESPACE_H
-