summaryrefslogtreecommitdiffstats
path: root/doc/html/listviews-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/listviews-example.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e0.tar.gz
tqt-1e9fa8e0.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/listviews-example.html')
-rw-r--r--doc/html/listviews-example.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html
index 7c0ea7e23..0a9f9ce6f 100644
--- a/doc/html/listviews-example.html
+++ b/doc/html/listviews-example.html
@@ -200,7 +200,7 @@ protected:
protected slots:
void slotFolderChanged( <a href="qlistviewitem.html">TQListViewItem</a>* );
void slotMessageChanged();
- void slotRMB( <a href="qlistviewitem.html">TQListViewItem</a>*, const <a href="ntqpoint.html">TQPoint</a> &amp;, int );
+ void slotRMB( <a href="qlistviewitem.html">TQListViewItem</a>*, const <a href="tqpoint.html">TQPoint</a> &amp;, int );
};
@@ -223,7 +223,7 @@ protected slots:
#include &lt;<a href="qlabel-h.html">ntqlabel.h</a>&gt;
#include &lt;<a href="tqpainter-h.html">tqpainter.h</a>&gt;
-#include &lt;<a href="qpalette-h.html">ntqpalette.h</a>&gt;
+#include &lt;<a href="tqpalette-h.html">tqpalette.h</a>&gt;
#include &lt;<a href="tqobjectlist-h.html">tqobjectlist.h</a>&gt;
#include &lt;<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>&gt;
#include &lt;<a href="qheader-h.html">ntqheader.h</a>&gt;
@@ -339,8 +339,8 @@ void <a name="f210"></a>FolderListItem::insertSubFolders( const <a href="tqobjec
menu = new <a href="tqpopupmenu.html">TQPopupMenu</a>( messages );
for( int i = 1; i &lt;= 10; i++ )
menu-&gt;<a href="tqmenudata.html#insertItem">insertItem</a>( TQString( "Context Item %1" ).arg( i ) );
-<a name="x143"></a> <a href="tqobject.html#connect">connect</a>(messages, TQ_SIGNAL( <a href="ntqlistview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a>&amp; , int ) ),
- this, TQ_SLOT( slotRMB( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a> &amp;, int ) ) );
+<a name="x143"></a> <a href="tqobject.html#connect">connect</a>(messages, TQ_SIGNAL( <a href="ntqlistview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a>&amp; , int ) ),
+ this, TQ_SLOT( slotRMB( <a href="qlistviewitem.html">TQListViewItem</a> *, const <a href="tqpoint.html">TQPoint</a> &amp;, int ) ) );
<a name="x161"></a> vsplitter-&gt;<a href="ntqsplitter.html#setResizeMode">setResizeMode</a>( messages, TQSplitter::KeepSize );
message = new <a href="ntqlabel.html">TQLabel</a>( vsplitter );
@@ -420,7 +420,7 @@ void <a name="f214"></a>ListViews::setupFolders()
(void)new FolderListItem( folders, f );
}
-void <a name="f215"></a>ListViews::slotRMB( <a href="qlistviewitem.html">TQListViewItem</a>* Item, const <a href="ntqpoint.html">TQPoint</a> &amp; point, int )
+void <a name="f215"></a>ListViews::slotRMB( <a href="qlistviewitem.html">TQListViewItem</a>* Item, const <a href="tqpoint.html">TQPoint</a> &amp; point, int )
{
if( Item )
<a name="x159"></a> menu-&gt;<a href="tqpopupmenu.html#popup">popup</a>( point );