summaryrefslogtreecommitdiffstats
path: root/doc/html/qcursor-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcursor-h.html')
-rw-r--r--doc/html/qcursor-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcursor-h.html b/doc/html/qcursor-h.html
index 848d624bf..05263a1da 100644
--- a/doc/html/qcursor-h.html
+++ b/doc/html/qcursor-h.html
@@ -85,7 +85,7 @@ body { background: #ffffff; color: black; }
/*
### The fake cursor has to go first with old qdoc.
*/
-#ifdef QT_NO_CURSOR
+#ifdef TQT_NO_CURSOR
class Q_EXPORT TQCursor : public TQt
{
@@ -97,9 +97,9 @@ private:
TQCursor();
};
-#endif // QT_NO_CURSOR
+#endif // TQT_NO_CURSOR
-#ifndef QT_NO_CURSOR
+#ifndef TQT_NO_CURSOR
struct TQCursorData;
@@ -161,11 +161,11 @@ private:
/*****************************************************************************
TQCursor stream functions
*****************************************************************************/
-#ifndef QT_NO_DATASTREAM
+#ifndef TQT_NO_DATASTREAM
Q_EXPORT TQDataStream &operator<<( TQDataStream &, const TQCursor & );
Q_EXPORT TQDataStream &operator>>( TQDataStream &, TQCursor & );
#endif
-#endif // QT_NO_CURSOR
+#endif // TQT_NO_CURSOR
inline void TQCursor::setPos( const TQPoint &p )