summaryrefslogtreecommitdiffstats
path: root/doc/html/qvalidator-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-17 19:46:30 +0900
committerMichele Calgaro <[email protected]>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /doc/html/qvalidator-h.html
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qvalidator-h.html')
-rw-r--r--doc/html/qvalidator-h.html8
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-&gt;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>