summaryrefslogtreecommitdiffstats
path: root/doc/html/lineedits-example.html
diff options
context:
space:
mode:
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;
}