summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqvalidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqvalidator.h')
-rw-r--r--src/widgets/ntqvalidator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/ntqvalidator.h b/src/widgets/ntqvalidator.h
index ade5fd7b..a66f99a6 100644
--- a/src/widgets/ntqvalidator.h
+++ b/src/widgets/ntqvalidator.h
@@ -47,7 +47,7 @@
#include "ntqregexp.h" // TQString->TQRegExp conversion
#endif // QT_H
-#ifndef QT_NO_VALIDATOR
+#ifndef TQT_NO_VALIDATOR
class Q_EXPORT TQValidator : public TQObject
@@ -100,7 +100,7 @@ private:
int b, t;
};
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
class Q_EXPORT TQDoubleValidator : public TQValidator
{
@@ -161,9 +161,9 @@ private:
TQRegExp r;
};
-#endif // QT_NO_REGEXP
+#endif // TQT_NO_REGEXP
-#endif // QT_NO_VALIDATOR
+#endif // TQT_NO_VALIDATOR
#endif // TQVALIDATOR_H