diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:12:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-24 00:00:16 +0900 |
commit | 727f9c3cc1f60e53397a2b6c0227288260d5451c (patch) | |
tree | 60434fe9b0461842c4cec5ddc361c8969fc67435 /doc/html/EditDlg_8cpp-source.html | |
parent | 3b14611fbdd9e951454c87e8ee7571a00d8fda16 (diff) | |
download | kshowmail-727f9c3cc1f60e53397a2b6c0227288260d5451c.tar.gz kshowmail-727f9c3cc1f60e53397a2b6c0227288260d5451c.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a95a837139067a21f1ab7a327bcfabb3a753dc68)
Diffstat (limited to 'doc/html/EditDlg_8cpp-source.html')
-rw-r--r-- | doc/html/EditDlg_8cpp-source.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/EditDlg_8cpp-source.html b/doc/html/EditDlg_8cpp-source.html index 68aed4e..009679b 100644 --- a/doc/html/EditDlg_8cpp-source.html +++ b/doc/html/EditDlg_8cpp-source.html @@ -28,12 +28,12 @@ <a name="l00011"></a>00011 <a name="l00012"></a>00012 <span class="preprocessor">#include "EditDlg.h"</span> <a name="l00013"></a>00013 -<a name="l00014"></a>00014 <span class="preprocessor">#include <ntqvariant.h></span> +<a name="l00014"></a>00014 <span class="preprocessor">#include <tqvariant.h></span> <a name="l00015"></a>00015 <span class="preprocessor">#include <ktextbrowser.h></span> -<a name="l00016"></a>00016 <span class="preprocessor">#include <ntqpushbutton.h></span> -<a name="l00017"></a>00017 <span class="preprocessor">#include <ntqlayout.h></span> -<a name="l00018"></a>00018 <span class="preprocessor">#include <ntqtooltip.h></span> -<a name="l00019"></a>00019 <span class="preprocessor">#include <ntqwhatsthis.h></span> +<a name="l00016"></a>00016 <span class="preprocessor">#include <tqpushbutton.h></span> +<a name="l00017"></a>00017 <span class="preprocessor">#include <tqlayout.h></span> +<a name="l00018"></a>00018 <span class="preprocessor">#include <tqtooltip.h></span> +<a name="l00019"></a>00019 <span class="preprocessor">#include <tqwhatsthis.h></span> <a name="l00020"></a>00020 <a name="l00021"></a>00021 <span class="comment">/*</span> <a name="l00022"></a>00022 <span class="comment"> * Constructs a EditDlg as a child of 'parent', with the</span> |