summaryrefslogtreecommitdiffstats
path: root/doc/html/ServerDlg_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ServerDlg_8cpp-source.html')
-rw-r--r--doc/html/ServerDlg_8cpp-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ServerDlg_8cpp-source.html b/doc/html/ServerDlg_8cpp-source.html
index 16e9c7c..a29366b 100644
--- a/doc/html/ServerDlg_8cpp-source.html
+++ b/doc/html/ServerDlg_8cpp-source.html
@@ -151,8 +151,8 @@
<a name="l00134"></a>00134 clearWState( WState_Polished );
<a name="l00135"></a>00135
<a name="l00136"></a>00136 <span class="comment">// signals and slots connections</span>
-<a name="l00137"></a>00137 connect( <a class="code" href="classServerDlg.html#edd4686af6bac8a9b6801240595a350d">m_ButtonOk</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classServerDlg.html#a8fd268743a6699149f86dfd25055d05">slotButtonOkClicked</a>() ) );
-<a name="l00138"></a>00138 connect( <a class="code" href="classServerDlg.html#890621d9388729ada4c7a3e46aa4ca88">m_ButtonCancel</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( reject() ) );
+<a name="l00137"></a>00137 connect( <a class="code" href="classServerDlg.html#edd4686af6bac8a9b6801240595a350d">m_ButtonOk</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classServerDlg.html#a8fd268743a6699149f86dfd25055d05">slotButtonOkClicked</a>() ) );
+<a name="l00138"></a>00138 connect( <a class="code" href="classServerDlg.html#890621d9388729ada4c7a3e46aa4ca88">m_ButtonCancel</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( reject() ) );
<a name="l00139"></a>00139
<a name="l00140"></a>00140 <span class="comment">// tab order</span>
<a name="l00141"></a>00141 setTabOrder( <a class="code" href="classServerDlg.html#7a6943617bfa890cdc3b9fea25d5a217">m_EditAccount</a>, <a class="code" href="classServerDlg.html#8995a72a3416f8b38780cae0285ee300">m_EditServer</a> );