summaryrefslogtreecommitdiffstats
path: root/experimental
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
commit63f7e5f59911fe3ff39f02384a7e53f9807e5b69 (patch)
tree0f0ee217e81bd7a0c01571cbd1e75af9b69ebf62 /experimental
parent79213c7dcd5754122caa8047676cff8f9352e9bb (diff)
downloadtde-63f7e5f59911fe3ff39f02384a7e53f9807e5b69.tar.gz
tde-63f7e5f59911fe3ff39f02384a7e53f9807e5b69.zip
Fix FTBFS
Diffstat (limited to 'experimental')
-rw-r--r--experimental/tqtinterface/qt4/src/kernel/tqnamespace.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqnamespace.h b/experimental/tqtinterface/qt4/src/kernel/tqnamespace.h
index 6587a717a..ffa20e000 100644
--- a/experimental/tqtinterface/qt4/src/kernel/tqnamespace.h
+++ b/experimental/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
+