diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/html/lineedits-example.html | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/lineedits-example.html')
-rw-r--r-- | doc/html/lineedits-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index c5b728c1a..3edfeb7c8 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -94,7 +94,7 @@ protected slots: #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> #include <<a href="tqframe-h.html">tqframe.h</a>> -#include <<a href="qvalidator-h.html">ntqvalidator.h</a>> +#include <<a href="tqvalidator-h.html">tqvalidator.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlayout-h.html">tqlayout.h</a>> #include <<a href="tqhbox-h.html">tqhbox.h</a>> @@ -267,7 +267,7 @@ void <a name="f221"></a>LineEdits::slotValidatorChanged( int i ) lined2-><a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( lined2 ) ); break; case 2: - lined2-><a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qdoublevalidator.html">TQDoubleValidator</a>( -999.0, 999.0, 2, + lined2-><a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="tqdoublevalidator.html">TQDoubleValidator</a>( -999.0, 999.0, 2, lined2 ) ); break; } |