summaryrefslogtreecommitdiffstats
path: root/doc/html/table-statistics-statistics-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/table-statistics-statistics-cpp.html')
-rw-r--r--doc/html/table-statistics-statistics-cpp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html
index 595ebc003..71ca318d1 100644
--- a/doc/html/table-statistics-statistics-cpp.html
+++ b/doc/html/table-statistics-statistics-cpp.html
@@ -47,7 +47,7 @@ body { background: #ffffff; color: black; }
#include &lt;<a href="tqdir-h.html">tqdir.h</a>&gt;
#include &lt;<a href="tqstringlist-h.html">tqstringlist.h</a>&gt;
#include &lt;<a href="qheader-h.html">ntqheader.h</a>&gt;
-#include &lt;<a href="qcombobox-h.html">ntqcombobox.h</a>&gt;
+#include &lt;<a href="tqcombobox-h.html">tqcombobox.h</a>&gt;
#include &lt;stdlib.h&gt;
const char* dirs[] = {
@@ -174,7 +174,7 @@ void <a name="f147"></a>Table::recalcSum( int, int col )
<a name="x2785"></a>TQWidget *ComboItem::<a href="qtableitem.html#createEditor">createEditor</a>() const
{
// create an editor - a combobox in our case
- ( (ComboItem*)this )-&gt;cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()-&gt;viewport() );
+ ( (ComboItem*)this )-&gt;cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()-&gt;viewport() );
TQObject::<a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) );
cb-&gt;insertItem( "Yes" );
cb-&gt;insertItem( "No" );