diff options
Diffstat (limited to 'doc/html/qwidgetfactory-h.html')
-rw-r--r-- | doc/html/qwidgetfactory-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qwidgetfactory-h.html b/doc/html/qwidgetfactory-h.html index 3bd1805bb..8c65ecc7e 100644 --- a/doc/html/qwidgetfactory-h.html +++ b/doc/html/qwidgetfactory-h.html @@ -123,7 +123,7 @@ private: void createListViewColumn( TQListView *lv, const TQString& txt, const TQPixmap& pix, bool clickable, bool resizable ); -#ifndef QT_NO_TABLE +#ifndef TQT_NO_TABLE void createTableColumnOrRow( TQTable *table, const TQString& txt, const TQPixmap& pix, const TQString& field, bool isRow ); |