diff options
Diffstat (limited to 'doc/html/EditDlg_8cpp-source.html')
| -rw-r--r-- | doc/html/EditDlg_8cpp-source.html | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/EditDlg_8cpp-source.html b/doc/html/EditDlg_8cpp-source.html index 26ff317..68aed4e 100644 --- a/doc/html/EditDlg_8cpp-source.html +++ b/doc/html/EditDlg_8cpp-source.html @@ -77,9 +77,9 @@  <a name="l00060"></a>00060     clearWState( WState_Polished );  <a name="l00061"></a>00061   <a name="l00062"></a>00062     <span class="comment">// signals and slots connections</span> -<a name="l00063"></a>00063     connect( <a class="code" href="classEditDlg.html#8cb35c7986c9d882cddb2c3de4e48a1a">_buttonOk</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( accept() ) ); -<a name="l00064"></a>00064     connect( <a class="code" href="classEditDlg.html#f96408404a78ca846820488c1aae1429">_buttonCancel</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( reject() ) ); -<a name="l00065"></a>00065     connect( <a class="code" href="classEditDlg.html#aefe39b417050379770eb36c102f3d01">_buttonReply</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classEditDlg.html#9ab14db19e57d69fa883c76406a01f82">slotReplyClicked</a>() ) ); +<a name="l00063"></a>00063     connect( <a class="code" href="classEditDlg.html#8cb35c7986c9d882cddb2c3de4e48a1a">_buttonOk</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( accept() ) ); +<a name="l00064"></a>00064     connect( <a class="code" href="classEditDlg.html#f96408404a78ca846820488c1aae1429">_buttonCancel</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( reject() ) ); +<a name="l00065"></a>00065     connect( <a class="code" href="classEditDlg.html#aefe39b417050379770eb36c102f3d01">_buttonReply</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classEditDlg.html#9ab14db19e57d69fa883c76406a01f82">slotReplyClicked</a>() ) );  <a name="l00066"></a>00066   <a name="l00067"></a>00067     <span class="comment">// tab order</span>  <a name="l00068"></a>00068     setTabOrder( <a class="code" href="classEditDlg.html#8cb35c7986c9d882cddb2c3de4e48a1a">_buttonOk</a>, <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a> );  | 
