summaryrefslogtreecommitdiffstats
path: root/doc/html/commanddialog_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-24 10:53:35 +0900
commit3cae03315f68bfc8ea2183fe79079cade9e85656 (patch)
tree4a4c60c56a76a31933bd51c5a877f1f621cd341a /doc/html/commanddialog_8h-source.html
parent52d713487987a1e8e97388df0d73b2a15a4e39df (diff)
downloadkshowmail-3cae03315f68bfc8ea2183fe79079cade9e85656.tar.gz
kshowmail-3cae03315f68bfc8ea2183fe79079cade9e85656.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 85b400df101ee126c7a5067b6deebbf58403f44b)
Diffstat (limited to 'doc/html/commanddialog_8h-source.html')
-rw-r--r--doc/html/commanddialog_8h-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/commanddialog_8h-source.html b/doc/html/commanddialog_8h-source.html
index 14c01d6..2d825af 100644
--- a/doc/html/commanddialog_8h-source.html
+++ b/doc/html/commanddialog_8h-source.html
@@ -47,7 +47,7 @@
<a name="l00034"></a>00034
<a name="l00035"></a><a class="code" href="classCommandDialog.html">00035</a> <span class="keyword">class </span><a class="code" href="classCommandDialog.html">CommandDialog</a> : <span class="keyword">public</span> <a class="code" href="classCommandDlg.html">CommandDlg</a>
<a name="l00036"></a>00036 {
-<a name="l00037"></a>00037 Q_OBJECT
+<a name="l00037"></a>00037 TQ_OBJECT
<a name="l00038"></a>00038 <span class="keyword">public</span>:
<a name="l00039"></a>00039 <a class="code" href="classCommandDialog.html#bd38a3e65b0dce5805404012f0613cff">CommandDialog</a>(TQWidget *parent, <span class="keyword">const</span> <span class="keywordtype">char</span> *name, <a class="code" href="classCommandList.html">CommandList</a>* list, <a class="code" href="classConfigElem.html">ConfigElem</a>* pConfig, <a class="code" href="classConfigList.html">ConfigList</a>* pConfigList);
<a name="l00040"></a>00040 <a class="code" href="classCommandDialog.html#192de72c165b17b2881c0ba8f60745c1">~CommandDialog</a>();