diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/fileiconview-example.html | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/fileiconview-example.html')
| -rw-r--r-- | doc/html/fileiconview-example.html | 12 |
1 files changed, 6 insertions, 6 deletions
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 <<a href="tqmime-h.html">tqmime.h</a>> #include <<a href="tqstrlist-h.html">tqstrlist.h</a>> #include <<a href="tqdragobject-h.html">tqdragobject.h</a>> -#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqcursor-h.html">tqcursor.h</a>> @@ -654,9 +654,9 @@ TQtFileIconViewItem::~TQtFileIconViewItem() "To\n\n" " %1" ).arg( filename() ); -<a name="x859"></a> TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( iconView(), e-><a href="tqdropevent.html#action">action</a>() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); +<a name="x859"></a> TQMessageBox::<a href="tqmessagebox.html#information">information</a>( iconView(), e-><a href="tqdropevent.html#action">action</a>() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); if ( e-><a href="tqdropevent.html#action">action</a>() == TQDropEvent::Move ) - TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( iconView(), "Remove" , str, "Not Implemented" ); + TQMessageBox::<a href="tqmessagebox.html#information">information</a>( iconView(), "Remove" , str, "Not Implemented" ); <a name="x816"></a> e-><a href="tqdropevent.html#acceptAction">acceptAction</a>(); } @@ -932,9 +932,9 @@ void <a name="f309"></a>TQtFileIconView::slotDropped( <a href="tqdropevent.html" "To\n\n" " %1" ).arg( viewDir.absPath() ); - TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( this, e-><a href="tqdropevent.html#action">action</a>() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); + TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, e-><a href="tqdropevent.html#action">action</a>() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" ); if ( e-><a href="tqdropevent.html#action">action</a>() == TQDropEvent::Move ) -<a name="x872"></a> TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( this, "Remove" , TQDir::convertSeparators(lst.<a href="tqstringlist.html#join">join</a>("\n")), "Not Implemented" ); +<a name="x872"></a> TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, "Remove" , TQDir::convertSeparators(lst.<a href="tqstringlist.html#join">join</a>("\n")), "Not Implemented" ); e-><a href="tqdropevent.html#acceptAction">acceptAction</a>(); openItem = 0; } @@ -1033,7 +1033,7 @@ void <a name="f320"></a>TQtFileIconView::slotRightPressed( <a href="tqiconviewit item-><a href="tqiconviewitem.html#rename">rename</a>(); } else if ( id == REMOVE_ITEM ) { delete item; - TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( this, "Not implemented!", "Deleting files not implemented yet,\n" + TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, "Not implemented!", "Deleting files not implemented yet,\n" "The item has only been removed from the view! " ); } } |
