summaryrefslogtreecommitdiffstats
path: root/doc/html/fileiconview-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/fileiconview-example.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt-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.html12
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 &lt;<a href="tqmime-h.html">tqmime.h</a>&gt;
#include &lt;<a href="tqstrlist-h.html">tqstrlist.h</a>&gt;
#include &lt;<a href="tqdragobject-h.html">tqdragobject.h</a>&gt;
-#include &lt;<a href="qmessagebox-h.html">ntqmessagebox.h</a>&gt;
+#include &lt;<a href="tqmessagebox-h.html">tqmessagebox.h</a>&gt;
#include &lt;<a href="tqevent-h.html">tqevent.h</a>&gt;
#include &lt;<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>&gt;
#include &lt;<a href="tqcursor-h.html">tqcursor.h</a>&gt;
@@ -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-&gt;<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-&gt;<a href="tqdropevent.html#action">action</a>() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" );
if ( e-&gt;<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-&gt;<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-&gt;<a href="tqdropevent.html#action">action</a>() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" );
+ TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, e-&gt;<a href="tqdropevent.html#action">action</a>() == TQDropEvent::Copy ? "Copy" : "Move" , str, "Not Implemented" );
if ( e-&gt;<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-&gt;<a href="tqdropevent.html#acceptAction">acceptAction</a>();
openItem = 0;
}
@@ -1033,7 +1033,7 @@ void <a name="f320"></a>TQtFileIconView::slotRightPressed( <a href="tqiconviewit
item-&gt;<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! " );
}
}