summaryrefslogtreecommitdiffstats
path: root/src/table
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /src/table
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/table')
-rw-r--r--src/table/qt_table.pri4
-rw-r--r--src/table/tqtable.cpp (renamed from src/table/qtable.cpp)30
-rw-r--r--src/table/tqtable.h (renamed from src/table/ntqtable.h)2
3 files changed, 18 insertions, 18 deletions
diff --git a/src/table/qt_table.pri b/src/table/qt_table.pri
index a3c6e4b44..7a0578ed2 100644
--- a/src/table/qt_table.pri
+++ b/src/table/qt_table.pri
@@ -1,6 +1,6 @@
# TQt table module
table {
- HEADERS += $$TABLE_H/ntqtable.h
- SOURCES += $$TABLE_CPP/qtable.cpp
+ HEADERS += $$TABLE_H/tqtable.h
+ SOURCES += $$TABLE_CPP/tqtable.cpp
}
diff --git a/src/table/qtable.cpp b/src/table/tqtable.cpp
index d83827a92..220d9af7c 100644
--- a/src/table/qtable.cpp
+++ b/src/table/tqtable.cpp
@@ -44,7 +44,7 @@
#include "qplatformdefs.h"
#endif
-#include "ntqtable.h"
+#include "tqtable.h"
#ifndef TQT_NO_TABLE
@@ -59,7 +59,7 @@
#include <tqcheckbox.h>
#include <tqdragobject.h>
#include <tqevent.h>
-#include <ntqlistbox.h>
+#include <tqlistbox.h>
#include <tqstyle.h>
#include <tqdatatable.h>
#include <ntqvalidator.h>
@@ -488,7 +488,7 @@ int TQTableSelection::numCols() const
this does not happen, you must call setReplaceable(FALSE)
in the constructor of your subclass.
- \img qtableitems.png Table Items
+ \img tqtableitems.png Table Items
\sa TQCheckTableItem TQComboTableItem
@@ -1194,7 +1194,7 @@ bool TQTableItem::isEnabled() const
\l{TQCheckTableItem}s using their Run Time Type Identification
number (see rtti()).
- \img qtableitems.png Table Items
+ \img tqtableitems.png Table Items
\sa TQCheckTableItem TQTableItem TQComboBox
*/
@@ -1496,7 +1496,7 @@ TQSize TQComboTableItem::sizeHint() const
\l{TQComboTableItem}s using their Run Time Type Identification
(rtti) value.
- \img qtableitems.png Table Items
+ \img tqtableitems.png Table Items
\sa rtti() EditType TQComboTableItem TQTableItem TQCheckBox
*/
@@ -1698,7 +1698,7 @@ TQSize TQCheckTableItem::sizeHint() const
the \e viewport; (see \link tqscrollview.html#allviews
TQScrollView\endlink).
- \img qtableitems.png Table Items
+ \img tqtableitems.png Table Items
\target headers
\section1 Headers
@@ -1760,7 +1760,7 @@ TQSize TQCheckTableItem::sizeHint() const
property of individual rows and columns with setRowReadOnly() and
setColumnReadOnly(). (Whether a cell is editable or read-only
depends on these settings and the cell's \link
- qtableitem.html#wheneditable TQTableItem::EditType\endlink.)
+ tqtableitem.html#wheneditable TQTableItem::EditType\endlink.)
The row and column which have the focus are returned by
currentRow() and currentColumn() respectively.
@@ -1811,7 +1811,7 @@ TQSize TQCheckTableItem::sizeHint() const
In-place editing of the text in TQTableItems, and the values in
TQComboTableItems and TQCheckTableItems works automatically. Cells
may be editable or read-only, see \link
- qtableitem.html#wheneditable TQTableItem::EditType\endlink. If you
+ tqtableitem.html#wheneditable TQTableItem::EditType\endlink. If you
want fine control over editing see beginEdit() and endEdit().
The contents of a cell can be retrieved as a TQTableItem using
@@ -2196,7 +2196,7 @@ void TQTable::setReadOnly( bool b )
Whether a cell in this row is editable or read-only depends on the
cell's EditType, and this setting:
- see \link qtableitem.html#wheneditable TQTableItem::EditType\endlink.
+ see \link tqtableitem.html#wheneditable TQTableItem::EditType\endlink.
\sa isRowReadOnly() setColumnReadOnly() setReadOnly()
*/
@@ -2225,7 +2225,7 @@ void TQTable::setRowReadOnly( int row, bool ro )
Whether a cell in this column is editable or read-only depends on
the cell's EditType, and this setting:
- see \link qtableitem.html#wheneditable TQTableItem::EditType\endlink.
+ see \link tqtableitem.html#wheneditable TQTableItem::EditType\endlink.
\sa isColumnReadOnly() setRowReadOnly() setReadOnly()
@@ -2255,7 +2255,7 @@ void TQTable::setColumnReadOnly( int col, bool ro )
Whether a cell in the table is editable or read-only depends on
the cell's \link TQTableItem::EditType EditType\endlink, and this setting:
- see \link qtableitem.html#wheneditable
+ see \link tqtableitem.html#wheneditable
TQTableItem::EditType\endlink.
\sa TQWidget::enabled setColumnReadOnly() setRowReadOnly()
@@ -2271,7 +2271,7 @@ bool TQTable::isReadOnly() const
Whether a cell in this row is editable or read-only depends on the
cell's \link TQTableItem::EditType EditType\endlink, and this
- setting: see \link qtableitem.html#wheneditable
+ setting: see \link tqtableitem.html#wheneditable
TQTableItem::EditType\endlink.
\sa setRowReadOnly() isColumnReadOnly()
@@ -2288,7 +2288,7 @@ bool TQTable::isRowReadOnly( int row ) const
Whether a cell in this column is editable or read-only depends on
the cell's EditType, and this setting: see \link
- qtableitem.html#wheneditable TQTableItem::EditType\endlink.
+ tqtableitem.html#wheneditable TQTableItem::EditType\endlink.
\sa setColumnReadOnly() isRowReadOnly()
*/
@@ -7286,7 +7286,7 @@ bool TQTableHeader::isSectionStretchable( int s ) const
void TQTableHeader::swapSections( int oldIdx, int newIdx, bool swapTable )
{
- extern bool tqt_qheader_label_return_null_strings; // qheader.cpp
+ extern bool tqt_qheader_label_return_null_strings; // tqheader.cpp
tqt_qheader_label_return_null_strings = TRUE;
TQIconSet oldIconSet, newIconSet;
@@ -7361,6 +7361,6 @@ void TQTableHeader::setLabels(const TQStringList & labels)
}
}
-#include "qtable.moc"
+#include "tqtable.moc"
#endif // TQT_NO_TABLE
diff --git a/src/table/ntqtable.h b/src/table/tqtable.h
index baeb8bd82..f952a4d78 100644
--- a/src/table/ntqtable.h
+++ b/src/table/tqtable.h
@@ -45,7 +45,7 @@
#include "tqscrollview.h"
#include "tqpixmap.h"
#include "tqptrvector.h"
-#include "ntqheader.h"
+#include "tqheader.h"
#include "tqmemarray.h"
#include "tqptrlist.h"
#include "ntqguardedptr.h"