summaryrefslogtreecommitdiffstats
path: root/doc/html/fileiconview-example.html
diff options
context:
space:
mode:
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! " );
}
}