diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:56:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 10:53:35 +0900 |
commit | 3cae03315f68bfc8ea2183fe79079cade9e85656 (patch) | |
tree | 4a4c60c56a76a31933bd51c5a877f1f621cd341a /doc/html/AlertDlg_8h-source.html | |
parent | 52d713487987a1e8e97388df0d73b2a15a4e39df (diff) | |
download | kshowmail-3cae03315f68bfc8ea2183fe79079cade9e85656.tar.gz kshowmail-3cae03315f68bfc8ea2183fe79079cade9e85656.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 85b400df101ee126c7a5067b6deebbf58403f44b)
Diffstat (limited to 'doc/html/AlertDlg_8h-source.html')
-rw-r--r-- | doc/html/AlertDlg_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/AlertDlg_8h-source.html b/doc/html/AlertDlg_8h-source.html index d24ebac..7d08bc7 100644 --- a/doc/html/AlertDlg_8h-source.html +++ b/doc/html/AlertDlg_8h-source.html @@ -45,7 +45,7 @@ <a name="l00023"></a>00023 <a name="l00024"></a><a class="code" href="classAlertDlg.html">00024</a> <span class="keyword">class </span><a class="code" href="classAlertDlg.html">AlertDlg</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="classAlertDlg.html#b8b7463dbb2a1c27a84f3846db46027b">AlertDlg</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 ); |