summaryrefslogtreecommitdiffstats
path: root/doc/html/AlertDlg_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/AlertDlg_8cpp-source.html')
-rw-r--r--doc/html/AlertDlg_8cpp-source.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/AlertDlg_8cpp-source.html b/doc/html/AlertDlg_8cpp-source.html
index 5756286..29e2730 100644
--- a/doc/html/AlertDlg_8cpp-source.html
+++ b/doc/html/AlertDlg_8cpp-source.html
@@ -254,9 +254,9 @@
<a name="l00237"></a>00237 clearWState( WState_Polished );
<a name="l00238"></a>00238
<a name="l00239"></a>00239 <span class="comment">// signals and slots connections</span>
-<a name="l00240"></a>00240 connect( <a class="code" href="classAlertDlg.html#eb7788e0ac9452d9875139eb5a5117c4">m_ButtonIgnore</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( reject() ) );
-<a name="l00241"></a>00241 connect( <a class="code" href="classAlertDlg.html#6aed3204e4061bbcf2af10d196d1d33a">m_ButtonOk</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( accept() ) );
-<a name="l00242"></a>00242 connect( <a class="code" href="classAlertDlg.html#6aed3204e4061bbcf2af10d196d1d33a">m_ButtonOk</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classAlertDlg.html#ccef482c60628a7c5e35633f9810a905">slotOk</a>() ) );
+<a name="l00240"></a>00240 connect( <a class="code" href="classAlertDlg.html#eb7788e0ac9452d9875139eb5a5117c4">m_ButtonIgnore</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( reject() ) );
+<a name="l00241"></a>00241 connect( <a class="code" href="classAlertDlg.html#6aed3204e4061bbcf2af10d196d1d33a">m_ButtonOk</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( accept() ) );
+<a name="l00242"></a>00242 connect( <a class="code" href="classAlertDlg.html#6aed3204e4061bbcf2af10d196d1d33a">m_ButtonOk</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classAlertDlg.html#ccef482c60628a7c5e35633f9810a905">slotOk</a>() ) );
<a name="l00243"></a>00243
<a name="l00244"></a>00244 <span class="comment">// tab order</span>
<a name="l00245"></a>00245 setTabOrder( <a class="code" href="classAlertDlg.html#6aed3204e4061bbcf2af10d196d1d33a">m_ButtonOk</a>, <a class="code" href="classAlertDlg.html#eb7788e0ac9452d9875139eb5a5117c4">m_ButtonIgnore</a> );