summaryrefslogtreecommitdiffstats
path: root/experimental
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
commit5f4a15aedab0bb99d0679ce68a97d766e96ccaf9 (patch)
tree9ba3a79005f15d76dd1073ecb30a6fda13dc838b /experimental
parent20e4e515f585ef0af8961cd4a7d68f07a78b966a (diff)
downloadtde-5f4a15aedab0bb99d0679ce68a97d766e96ccaf9.tar.gz
tde-5f4a15aedab0bb99d0679ce68a97d766e96ccaf9.zip
Revert "Fix FTBFS"
This reverts commit 63f7e5f59911fe3ff39f02384a7e53f9807e5b69.
Diffstat (limited to 'experimental')
-rw-r--r--experimental/tqtinterface/qt4/src/kernel/tqnamespace.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqnamespace.h b/experimental/tqtinterface/qt4/src/kernel/tqnamespace.h
index ffa20e000..6587a717a 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 & 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
-