diff options
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! " ); } } |