diff options
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; } |