From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/table/qtable.cpp | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/table/qtable.cpp') diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index 5f8ba78a0..4695d09ac 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -38,31 +38,31 @@ ** **********************************************************************/ -#include "qglobal.h" +#include "ntqglobal.h" #if defined(Q_CC_BOR) // needed for qsort() because of a std namespace problem on Borland #include "qplatformdefs.h" #endif -#include "qtable.h" +#include "ntqtable.h" #ifndef QT_NO_TABLE -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include @@ -1700,7 +1700,7 @@ TQSize TQCheckTableItem::sizeHint() const 1, although row and column numbers within TQTable begin at 0.) If you want to use mouse tracking call setMouseTracking( TRUE ) on - the \e viewport; (see \link qscrollview.html#allviews + the \e viewport; (see \link ntqscrollview.html#allviews TQScrollView\endlink). \img qtableitems.png Table Items -- cgit v1.2.1