summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 18:49:39 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 18:49:39 -0500
commitbd24d589afca74b2cb09b97d09010a3b68d2bbac (patch)
tree9a2cfd2a589eefc953e99c8aef96b89c7feca1cf
parent9f25ffffd3e6589f6323a7d2656f4d7d6468cb09 (diff)
downloadexperimental-bd24d589.tar.gz
experimental-bd24d589.zip
Fix FTBFS
-rw-r--r--tqtinterface/qt4/src/kernel/tqnamespace.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqnamespace.h b/tqtinterface/qt4/src/kernel/tqnamespace.h
index 6587a71..ffa20e0 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 & 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 & 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 & blankCursor; // blank/invisible cursor
TQT_STATIC_CONST TQCursor & splitVCursor; // vertical bar with left-right
// arrows
@@ -1157,3 +1157,4 @@ public:
};
#endif // TQNAMESPACE_H
+