From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/iconview-simple_dd-main-cpp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/iconview-simple_dd-main-cpp.html') diff --git a/doc/html/iconview-simple_dd-main-cpp.html b/doc/html/iconview-simple_dd-main-cpp.html index 5f716c4f3..8a36a84b2 100644 --- a/doc/html/iconview-simple_dd-main-cpp.html +++ b/doc/html/iconview-simple_dd-main-cpp.html @@ -127,7 +127,7 @@ const char* green_icon[]={ void DDListBox::dropEvent( TQDropEvent *evt ) { - TQString text; + TQString text; if ( TQTextDrag::decode( evt, text ) ) insertItem( text ); @@ -164,7 +164,7 @@ const char* green_icon[]={ void DDIconViewItem::dropped( TQDropEvent *evt, const TQValueList<TQIconDragItem>& ) { - TQString label; + TQString label; if ( TQTextDrag::decode( evt, label ) ) setText( label ); @@ -180,7 +180,7 @@ const char* green_icon[]={ void DDIconView::slotNewItem( TQDropEvent *evt, const TQValueList<TQIconDragItem>& ) { - TQString label; + TQString label; if ( TQTextDrag::decode( evt, label ) ) { DDIconViewItem *item = new DDIconViewItem( this, label ); -- cgit v1.2.3