summaryrefslogtreecommitdiffstats
path: root/doc/html/CommandEntryDlg_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/CommandEntryDlg_8cpp-source.html')
-rw-r--r--doc/html/CommandEntryDlg_8cpp-source.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/CommandEntryDlg_8cpp-source.html b/doc/html/CommandEntryDlg_8cpp-source.html
index 085587b..21b4f89 100644
--- a/doc/html/CommandEntryDlg_8cpp-source.html
+++ b/doc/html/CommandEntryDlg_8cpp-source.html
@@ -103,10 +103,10 @@
<a name="l00086"></a>00086 clearWState( WState_Polished );
<a name="l00087"></a>00087
<a name="l00088"></a>00088 <span class="comment">// signals and slots connections</span>
-<a name="l00089"></a>00089 connect( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">slotTest</a>() ) );
-<a name="l00090"></a>00090 connect( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">slotPath</a>() ) );
-<a name="l00091"></a>00091 connect( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">slotOk</a>() ) );
-<a name="l00092"></a>00092 connect( <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( reject() ) );
+<a name="l00089"></a>00089 connect( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">slotTest</a>() ) );
+<a name="l00090"></a>00090 connect( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">slotPath</a>() ) );
+<a name="l00091"></a>00091 connect( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">slotOk</a>() ) );
+<a name="l00092"></a>00092 connect( <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( reject() ) );
<a name="l00093"></a>00093
<a name="l00094"></a>00094 <span class="comment">// tab order</span>
<a name="l00095"></a>00095 setTabOrder( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a> );