From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/fileiconview-example.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/fileiconview-example.html') diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 9d788468d..7caaf8661 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -232,7 +232,7 @@ protected: #include <tqmime.h> #include <tqstrlist.h> #include <tqdragobject.h> -#include <ntqmessagebox.h> +#include <tqmessagebox.h> #include <tqevent.h> #include <tqpopupmenu.h> #include <tqcursor.h> @@ -654,9 +654,9 @@ TQtFileIconViewItem::~TQtFileIconViewItem() "To\n\n" " %1" ).arg( filename() ); - TQMessageBox::information( iconView(), e->action() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); + TQMessageBox::information( iconView(), e->action() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); if ( e->action() == TQDropEvent::Move ) - TQMessageBox::information( iconView(), "Remove" , str, "Not Implemented" ); + TQMessageBox::information( iconView(), "Remove" , str, "Not Implemented" ); e->acceptAction(); } @@ -932,9 +932,9 @@ void TQtFileIconView::slotDropped( information( this, e->action() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); + TQMessageBox::information( this, e->action() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); if ( e->action() == TQDropEvent::Move ) - TQMessageBox::information( this, "Remove" , TQDir::convertSeparators(lst.join("\n")), "Not Implemented" ); + TQMessageBox::information( this, "Remove" , TQDir::convertSeparators(lst.join("\n")), "Not Implemented" ); e->acceptAction(); openItem = 0; } @@ -1033,7 +1033,7 @@ void TQtFileIconView::slotRightPressed( rename(); } else if ( id == REMOVE_ITEM ) { delete item; - TQMessageBox::information( this, "Not implemented!", "Deleting files not implemented yet,\n" + TQMessageBox::information( this, "Not implemented!", "Deleting files not implemented yet,\n" "The item has only been removed from the view! " ); } } -- cgit v1.2.3