diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-28 21:15:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-01 17:45:50 +0900 |
| commit | 877327846ee157a8b2ac8006362a565c9dcadcbc (patch) | |
| tree | d2fde48c833aa3e42f83e280576728abb9c79302 /doc/html/kshowmaildock_8cpp-source.html | |
| parent | 521a77420254dc089045c0ac74fe351ac2d2f0d9 (diff) | |
| download | kshowmail-87732784.tar.gz kshowmail-87732784.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f3820937b0c81e34217d63f433ffc1394a741f1c)
Diffstat (limited to 'doc/html/kshowmaildock_8cpp-source.html')
| -rw-r--r-- | doc/html/kshowmaildock_8cpp-source.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/kshowmaildock_8cpp-source.html b/doc/html/kshowmaildock_8cpp-source.html index e440781..3dff457 100644 --- a/doc/html/kshowmaildock_8cpp-source.html +++ b/doc/html/kshowmaildock_8cpp-source.html @@ -57,8 +57,8 @@ <a name="l00040"></a>00040 <a name="l00041"></a>00041 actionRefresh->plug( contextMenu() ); <a name="l00042"></a>00042 <span class="comment">//((KShowMailApp*)parent)->m_actionRefresh->plug (contextMenu());</span> -<a name="l00043"></a>00043 connect (contextMenu(),SIGNAL(activated(<span class="keywordtype">int</span>)),<span class="keyword">this</span>, SIGNAL(<a class="code" href="classKShowMailDock.html#33e30411ee0935453e742385268f7bc0">sigActivated</a>(<span class="keywordtype">int</span>))); -<a name="l00044"></a>00044 connect (contextMenu(),SIGNAL(highlighted(<span class="keywordtype">int</span>)),<span class="keyword">this</span>, SIGNAL(<a class="code" href="classKShowMailDock.html#ee1e61dcbf2fb183c309c0637ceb23e2">sigHighlighted</a>(<span class="keywordtype">int</span>))); +<a name="l00043"></a>00043 connect (contextMenu(),TQ_SIGNAL(activated(<span class="keywordtype">int</span>)),<span class="keyword">this</span>, TQ_SIGNAL(<a class="code" href="classKShowMailDock.html#33e30411ee0935453e742385268f7bc0">sigActivated</a>(<span class="keywordtype">int</span>))); +<a name="l00044"></a>00044 connect (contextMenu(),TQ_SIGNAL(highlighted(<span class="keywordtype">int</span>)),<span class="keyword">this</span>, TQ_SIGNAL(<a class="code" href="classKShowMailDock.html#ee1e61dcbf2fb183c309c0637ceb23e2">sigHighlighted</a>(<span class="keywordtype">int</span>))); <a name="l00045"></a>00045 } <a name="l00046"></a>00046 <a name="l00047"></a><a class="code" href="classKShowMailDock.html#c09e902133a084b547bdd29646a759b4">00047</a> <span class="keywordtype">void</span> <a class="code" href="classKShowMailDock.html#c09e902133a084b547bdd29646a759b4">KShowMailDock::drawText</a> (<span class="keyword">const</span> TQString str, <span class="keyword">const</span> TQColor& color) |
