summaryrefslogtreecommitdiffstats
path: root/src/table/qtable.cpp
diff options
context:
space:
mode:
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