From ccbc1c3572fd0e26480c1432fff55d2909545538 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 14:55:59 +0900 Subject: Rename icon nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/porting.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index 4a486675..61fe249f 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -663,8 +663,8 @@ TQtTableView throughout.

TQToolButton

The TQToolButton class used to distinguish between "on" and "off" -icons. In 3.0, this mechanism was moved into the TQIconSet class -(see TQIconSet::State). +icons. In 3.0, this mechanism was moved into the TQIconSet class +(see TQIconSet::State).

The two TQToolButton::onIconSet and TQToolButton::offIconSet properties have been removed, together with the following two functions as well.

respectively. Neither the arguments nor the resulting curve have changed. -

Locale-aware String Comparisons in TQIconView, TQListBox, +

Locale-aware String Comparisons in TQIconView, TQListBox, TQListView and TQTable

In TQt 2.x, TQString only provided string comparisons using the Unicode @@ -786,10 +786,10 @@ but it is not the appropriate order for most languages. For example, French users expect 'é' (e acute) to be treated essentially as 'e' and not put after 'z'.

In TQt 3.0, TQString::localeAwareCompare() implements locale aware -string comparisions on certain platforms. The classes TQIconView, TQListBox, TQListView and TQTable now use +string comparisions on certain platforms. The classes TQIconView, TQListBox, TQListView and TQTable now use TQString::localeAwareCompare() instead of TQString::compare(). If you want to control the behaviour yourself you can always reimplement -TQIconViewItem::compare(), TQListBox::text(), TQListViewItem::compare() +TQIconViewItem::compare(), TQListBox::text(), TQListViewItem::compare() or TQTableItem::key() as appropriate.

-- cgit v1.2.1