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-20 12:56:14 +0900
commit85b400df101ee126c7a5067b6deebbf58403f44b (patch)
tree64b7d3c10c0987702aea811d9c462f9c7e4b4843 /doc/html/commanddialog_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/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>();