summaryrefslogtreecommitdiffstats
path: root/doc/html/CommandDlg_8h-source.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:56:14 +0900
committerMichele Calgaro <[email protected]>2023-07-20 12:56:14 +0900
commit85b400df101ee126c7a5067b6deebbf58403f44b (patch)
tree64b7d3c10c0987702aea811d9c462f9c7e4b4843 /doc/html/CommandDlg_8h-source.html
parent687f1188f45d51607268f378cf38e52d5a800e34 (diff)
downloadkshowmail-85b400df101ee126c7a5067b6deebbf58403f44b.tar.gz
kshowmail-85b400df101ee126c7a5067b6deebbf58403f44b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/CommandDlg_8h-source.html')
-rw-r--r--doc/html/CommandDlg_8h-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/CommandDlg_8h-source.html b/doc/html/CommandDlg_8h-source.html
index 8fd46fd..efe349e 100644
--- a/doc/html/CommandDlg_8h-source.html
+++ b/doc/html/CommandDlg_8h-source.html
@@ -40,7 +40,7 @@
<a name="l00023"></a>00023
<a name="l00024"></a><a class="code" href="classCommandDlg.html">00024</a> <span class="keyword">class </span><a class="code" href="classCommandDlg.html">CommandDlg</a> : <span class="keyword">public</span> TQDialog
<a name="l00025"></a>00025 {
-<a name="l00026"></a>00026 Q_OBJECT
+<a name="l00026"></a>00026 TQ_OBJECT
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="keyword">public</span>:
<a name="l00029"></a>00029 <a class="code" href="classCommandDlg.html#00435683972414b1f2ca8bcb9e1dbc91">CommandDlg</a>( TQWidget* parent = 0, <span class="keyword">const</span> <span class="keywordtype">char</span>* name = 0, <span class="keywordtype">bool</span> modal = FALSE, WFlags fl = 0 );