summaryrefslogtreecommitdiffstats
path: root/doc/html/lineedits-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:33:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:41:44 +0900
commite42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch)
tree1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/html/lineedits-example.html
parent0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff)
downloadtqt-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.html4
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 &lt;<a href="tqlineedit-h.html">tqlineedit.h</a>&gt;
#include &lt;<a href="tqcombobox-h.html">tqcombobox.h</a>&gt;
#include &lt;<a href="tqframe-h.html">tqframe.h</a>&gt;
-#include &lt;<a href="qvalidator-h.html">ntqvalidator.h</a>&gt;
+#include &lt;<a href="tqvalidator-h.html">tqvalidator.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="tqlayout-h.html">tqlayout.h</a>&gt;
#include &lt;<a href="tqhbox-h.html">tqhbox.h</a>&gt;
@@ -267,7 +267,7 @@ void <a name="f221"></a>LineEdits::slotValidatorChanged( int i )
lined2-&gt;<a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qintvalidator.html">TQIntValidator</a>( lined2 ) );
break;
case 2:
- lined2-&gt;<a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="qdoublevalidator.html">TQDoubleValidator</a>( -999.0, 999.0, 2,
+ lined2-&gt;<a href="tqlineedit.html#setValidator">setValidator</a>( new <a href="tqdoublevalidator.html">TQDoubleValidator</a>( -999.0, 999.0, 2,
lined2 ) );
break;
}