From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/qchecklistitem.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qchecklistitem.html') diff --git a/doc/html/qchecklistitem.html b/doc/html/qchecklistitem.html index 579c4469c..15693c5cc 100644 --- a/doc/html/qchecklistitem.html +++ b/doc/html/qchecklistitem.html @@ -140,12 +140,12 @@ Constructs a checkable item with parent parent, which is after of type tt. Note that tt must not be RadioButton. Radio buttons must be children of a RadioButtonController. -

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, const TQPixmap & p ) +

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, const TQPixmap & p )

Constructs a RadioButtonController item with parent parent, text text and pixmap p. -

TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, const TQPixmap & p ) +

TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, const TQPixmap & p )

Constructs a RadioButtonController item with parent parent, text text and pixmap p. @@ -177,7 +177,7 @@ The item is in column column, has width width and has alignment align. (See TQt::AlignmentFlags for valid alignments.)

Reimplemented from TQListViewItem. -

void TQCheckListItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & r ) [virtual] +

void TQCheckListItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & r ) [virtual]

Draws the focus rectangle r using the color group cg on the painter p. -- cgit v1.2.1