summaryrefslogtreecommitdiffstats
path: root/doc/html/CommandDlg_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/CommandDlg_8cpp-source.html')
-rw-r--r--doc/html/CommandDlg_8cpp-source.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/CommandDlg_8cpp-source.html b/doc/html/CommandDlg_8cpp-source.html
index 577b8e8..de49946 100644
--- a/doc/html/CommandDlg_8cpp-source.html
+++ b/doc/html/CommandDlg_8cpp-source.html
@@ -103,13 +103,13 @@
<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="classCommandDlg.html#795e9ee51e45bb71dff776cd4cfa13cb">m_ButtonAdd</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandDlg.html#7cddba6d467199508ccafe6d0a3e2576">slotAdd</a>() ) );
-<a name="l00090"></a>00090 connect( <a class="code" href="classCommandDlg.html#bfb5091484e8bdd9e77d5c2fd4324743">m_ButtonEdit</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandDlg.html#12de1a903a59e5ddc03927b1bbdfa62e">slotEdit</a>() ) );
-<a name="l00091"></a>00091 connect( <a class="code" href="classCommandDlg.html#68d34d549ef6b4464c0f645a39cc7b90">m_ButtonCopy</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandDlg.html#4bc3a21e6cb8186dc29dd1831d2bad28">slotCopy</a>() ) );
-<a name="l00092"></a>00092 connect( <a class="code" href="classCommandDlg.html#30ea515a9e24cabfb15d4243f4173e7e">m_ButtonDelete</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandDlg.html#74ab751c727cf4f5fdfa9603d6567b2b">slotDelete</a>() ) );
-<a name="l00093"></a>00093 connect( <a class="code" href="classCommandDlg.html#15cdabaf87020ef1ead6ecd7e61d1dea">m_ButtonOk</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandDlg.html#e2ff4ab352bb06d0e0dc9379c4af9f89">slotOk</a>() ) );
-<a name="l00094"></a>00094 connect( <a class="code" href="classCommandDlg.html#44506cd25120706b4dabcf50e45a8d70">m_ButtonCancel</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( reject() ) );
-<a name="l00095"></a>00095 connect( <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a>, SIGNAL( activated(<span class="keywordtype">int</span>) ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandDlg.html#2bb1f9388d8b26c7ef63d70834d25b34">slotCommandActivated</a>(<span class="keywordtype">int</span>) ) );
+<a name="l00089"></a>00089 connect( <a class="code" href="classCommandDlg.html#795e9ee51e45bb71dff776cd4cfa13cb">m_ButtonAdd</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandDlg.html#7cddba6d467199508ccafe6d0a3e2576">slotAdd</a>() ) );
+<a name="l00090"></a>00090 connect( <a class="code" href="classCommandDlg.html#bfb5091484e8bdd9e77d5c2fd4324743">m_ButtonEdit</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandDlg.html#12de1a903a59e5ddc03927b1bbdfa62e">slotEdit</a>() ) );
+<a name="l00091"></a>00091 connect( <a class="code" href="classCommandDlg.html#68d34d549ef6b4464c0f645a39cc7b90">m_ButtonCopy</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandDlg.html#4bc3a21e6cb8186dc29dd1831d2bad28">slotCopy</a>() ) );
+<a name="l00092"></a>00092 connect( <a class="code" href="classCommandDlg.html#30ea515a9e24cabfb15d4243f4173e7e">m_ButtonDelete</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandDlg.html#74ab751c727cf4f5fdfa9603d6567b2b">slotDelete</a>() ) );
+<a name="l00093"></a>00093 connect( <a class="code" href="classCommandDlg.html#15cdabaf87020ef1ead6ecd7e61d1dea">m_ButtonOk</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandDlg.html#e2ff4ab352bb06d0e0dc9379c4af9f89">slotOk</a>() ) );
+<a name="l00094"></a>00094 connect( <a class="code" href="classCommandDlg.html#44506cd25120706b4dabcf50e45a8d70">m_ButtonCancel</a>, TQ_SIGNAL( clicked() ), <span class="keyword">this</span>, TQ_SLOT( reject() ) );
+<a name="l00095"></a>00095 connect( <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a>, TQ_SIGNAL( activated(<span class="keywordtype">int</span>) ), <span class="keyword">this</span>, TQ_SLOT( <a class="code" href="classCommandDlg.html#2bb1f9388d8b26c7ef63d70834d25b34">slotCommandActivated</a>(<span class="keywordtype">int</span>) ) );
<a name="l00096"></a>00096
<a name="l00097"></a>00097 <span class="comment">// tab order</span>
<a name="l00098"></a>00098 setTabOrder( <a class="code" href="classCommandDlg.html#96835ee0557e2288d0254beefc2469de">m_ComboCommand</a>, <a class="code" href="classCommandDlg.html#795e9ee51e45bb71dff776cd4cfa13cb">m_ButtonAdd</a> );