summaryrefslogtreecommitdiffstats
path: root/src/table/qtable.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/table/qtable.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/table/qtable.cpp')
-rw-r--r--src/table/qtable.cpp36
1 files changed, 18 insertions, 18 deletions
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 <qpainter.h>
-#include <qlineedit.h>
-#include <qcursor.h>
-#include <qapplication.h>
-#include <qtimer.h>
-#include <qobjectlist.h>
-#include <qiconset.h>
-#include <qcombobox.h>
-#include <qcheckbox.h>
-#include <qdragobject.h>
-#include <qevent.h>
-#include <qlistbox.h>
-#include <qstyle.h>
-#include <qdatatable.h>
-#include <qvalidator.h>
+#include <ntqpainter.h>
+#include <ntqlineedit.h>
+#include <ntqcursor.h>
+#include <ntqapplication.h>
+#include <ntqtimer.h>
+#include <ntqobjectlist.h>
+#include <ntqiconset.h>
+#include <ntqcombobox.h>
+#include <ntqcheckbox.h>
+#include <ntqdragobject.h>
+#include <ntqevent.h>
+#include <ntqlistbox.h>
+#include <ntqstyle.h>
+#include <ntqdatatable.h>
+#include <ntqvalidator.h>
#include <stdlib.h>
#include <limits.h>
@@ -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