summaryrefslogtreecommitdiffstats
path: root/doc/html/commandentrydialog_8h-source.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:14 +0900
commit85b400df101ee126c7a5067b6deebbf58403f44b (patch)
tree64b7d3c10c0987702aea811d9c462f9c7e4b4843 /doc/html/commandentrydialog_8h-source.html
parent687f1188f45d51607268f378cf38e52d5a800e34 (diff)
downloadkshowmail-85b400df101ee126c7a5067b6deebbf58403f44b.tar.gz
kshowmail-85b400df101ee126c7a5067b6deebbf58403f44b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/commandentrydialog_8h-source.html')
-rw-r--r--doc/html/commandentrydialog_8h-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/commandentrydialog_8h-source.html b/doc/html/commandentrydialog_8h-source.html
index b13d8a2..fe27c6f 100644
--- a/doc/html/commandentrydialog_8h-source.html
+++ b/doc/html/commandentrydialog_8h-source.html
@@ -42,7 +42,7 @@
<a name="l00025"></a>00025
<a name="l00030"></a><a class="code" href="classCommandEntryDialog.html">00030</a> <span class="keyword">class </span><a class="code" href="classCommandEntryDialog.html">CommandEntryDialog</a> : <span class="keyword">public</span> <a class="code" href="classCommandEntryDlg.html">CommandEntryDlg</a>
<a name="l00031"></a>00031 {
-<a name="l00032"></a>00032 Q_OBJECT
+<a name="l00032"></a>00032 TQ_OBJECT
<a name="l00033"></a>00033 <span class="keyword">public</span>:
<a name="l00034"></a>00034 <a class="code" href="classCommandEntryDialog.html#eb206b2dc7ed4061415c836beb462c94">CommandEntryDialog</a>(TQWidget *parent, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <a class="code" href="classCommandEntry.html">CommandEntry</a>* entry, <a class="code" href="classConfigElem.html">ConfigElem</a>* pConfigElem);
<a name="l00035"></a>00035 <a class="code" href="classCommandEntryDialog.html#6f23e608879e8835078176de5d48756f">~CommandEntryDialog</a>();