diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:14 +0900 |
commit | 85b400df101ee126c7a5067b6deebbf58403f44b (patch) | |
tree | 64b7d3c10c0987702aea811d9c462f9c7e4b4843 /doc/html/editdialog_8h-source.html | |
parent | 687f1188f45d51607268f378cf38e52d5a800e34 (diff) | |
download | kshowmail-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/editdialog_8h-source.html')
-rw-r--r-- | doc/html/editdialog_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/editdialog_8h-source.html b/doc/html/editdialog_8h-source.html index 2917ef3..124cc45 100644 --- a/doc/html/editdialog_8h-source.html +++ b/doc/html/editdialog_8h-source.html @@ -39,7 +39,7 @@ <a name="l00022"></a>00022 <span class="preprocessor">#include "EditDlg.h"</span> <a name="l00023"></a>00023 <a name="l00028"></a><a class="code" href="classEditDialog.html">00028</a> <span class="keyword">class </span><a class="code" href="classEditDialog.html">EditDialog</a> : <span class="keyword">public</span> <a class="code" href="classEditDlg.html">EditDlg</a> { -<a name="l00029"></a>00029 Q_OBJECT +<a name="l00029"></a>00029 TQ_OBJECT <a name="l00030"></a>00030 <span class="keyword">public</span>: <a name="l00031"></a>00031 <a class="code" href="classEditDialog.html#f04c4d1f7426db3ce7b52afbd47bee3a">EditDialog</a>(TQWidget *parent, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keyword">const</span> <span class="keywordtype">char</span>* content, <span class="keywordtype">bool</span> html); <a name="l00032"></a>00032 <a class="code" href="classEditDialog.html#702b03511d3afe4d3a05a588b06d597c">~EditDialog</a>(); |