summaryrefslogtreecommitdiffstats
path: root/doc/html/qtableitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtableitem.html')
-rw-r--r--doc/html/qtableitem.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qtableitem.html b/doc/html/qtableitem.html
index bab32194..815f0b3e 100644
--- a/doc/html/qtableitem.html
+++ b/doc/html/qtableitem.html
@@ -263,7 +263,7 @@ reimplement <a href="#setContentFromEditor">setContentFromEditor</a>(), and may
{
// create an editor - a combobox in our case
( (ComboItem*)this )-&gt;cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="#table">table</a>()-&gt;viewport() );
- TQObject::<a href="ntqobject.html#connect">connect</a>( cb, SIGNAL( activated( int ) ), table(), SLOT( doValueChanged() ) );
+ TQObject::<a href="ntqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) );
cb-&gt;insertItem( "Yes" );
cb-&gt;insertItem( "No" );
// and initialize it