diff options
Diffstat (limited to 'doc/html/tqeditorfactory.html')
-rw-r--r-- | doc/html/tqeditorfactory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqeditorfactory.html b/doc/html/tqeditorfactory.html index 1f7144946..1658a4bb0 100644 --- a/doc/html/tqeditorfactory.html +++ b/doc/html/tqeditorfactory.html @@ -59,8 +59,8 @@ for <a href="ntqvariant.html">TQVariant</a> data types. <p> Each editor factory provides the <a href="#createEditor">createEditor</a>() function which given a TQVariant will create and return a <a href="tqwidget.html">TQWidget</a> that can edit that TQVariant. For example if you have a TQVariant::String type, a -<a href="ntqlineedit.html">TQLineEdit</a> would be the default editor returned, whereas a -TQVariant::Int's default editor would be a <a href="ntqspinbox.html">TQSpinBox</a>. +<a href="tqlineedit.html">TQLineEdit</a> would be the default editor returned, whereas a +TQVariant::Int's default editor would be a <a href="tqspinbox.html">TQSpinBox</a>. <p> If you want to create different editors for fields with the same data type, subclass TQEditorFactory and reimplement the createEditor() function. |