diff options
Diffstat (limited to 'doc/html/qvalidator-h.html')
-rw-r--r-- | doc/html/qvalidator-h.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qvalidator-h.html b/doc/html/qvalidator-h.html index d135ff869..81c50a770 100644 --- a/doc/html/qvalidator-h.html +++ b/doc/html/qvalidator-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } #include "ntqregexp.h" // TQString->TQRegExp conversion #endif // QT_H -#ifndef QT_NO_VALIDATOR +#ifndef TQT_NO_VALIDATOR class Q_EXPORT TQValidator : public TQObject @@ -136,7 +136,7 @@ private: int b, t; }; -#ifndef QT_NO_REGEXP +#ifndef TQT_NO_REGEXP class Q_EXPORT TQDoubleValidator : public TQValidator { @@ -197,10 +197,10 @@ private: TQRegExp r; }; -#endif // QT_NO_REGEXP +#endif // TQT_NO_REGEXP -#endif // QT_NO_VALIDATOR +#endif // TQT_NO_VALIDATOR #endif // TQVALIDATOR_H </pre> |