diff options
Diffstat (limited to 'doc/html/qsplitter-h.html')
-rw-r--r-- | doc/html/qsplitter-h.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qsplitter-h.html b/doc/html/qsplitter-h.html index 8e81dbb2b..3e17e13a3 100644 --- a/doc/html/qsplitter-h.html +++ b/doc/html/qsplitter-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqvaluelist.h" #endif // QT_H -#ifndef QT_NO_SPLITTER +#ifndef TQT_NO_SPLITTER class TQSplitterHandle; class TQSplitterPrivate; @@ -183,7 +183,7 @@ private: Orientation orient; friend class TQSplitterHandle; -#ifndef QT_NO_TEXTSTREAM +#ifndef TQT_NO_TEXTSTREAM friend Q_EXPORT TQTextStream& operator<<( TQTextStream&, const TQSplitter& ); friend Q_EXPORT TQTextStream& operator>>( TQTextStream&, TQSplitter& ); #endif @@ -195,12 +195,12 @@ private: #endif }; -#ifndef QT_NO_TEXTSTREAM +#ifndef TQT_NO_TEXTSTREAM Q_EXPORT TQTextStream& operator<<( TQTextStream&, const TQSplitter& ); Q_EXPORT TQTextStream& operator>>( TQTextStream&, TQSplitter& ); #endif -#endif // QT_NO_SPLITTER +#endif // TQT_NO_SPLITTER #endif // TQSPLITTER_H </pre> |