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/optiondialog_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/optiondialog_8cpp-source.html')
-rw-r--r-- | doc/html/optiondialog_8cpp-source.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/optiondialog_8cpp-source.html b/doc/html/optiondialog_8cpp-source.html index 0137a7f..05bcb11 100644 --- a/doc/html/optiondialog_8cpp-source.html +++ b/doc/html/optiondialog_8cpp-source.html @@ -34,12 +34,12 @@ <a name="l00017"></a>00017 <span class="comment"> * *</span> <a name="l00018"></a>00018 <span class="comment"> ***************************************************************************/</span> <a name="l00019"></a>00019 -<a name="l00020"></a>00020 <span class="preprocessor">#include <ntqcheckbox.h></span> -<a name="l00021"></a>00021 <span class="preprocessor">#include <ntqspinbox.h></span> -<a name="l00022"></a>00022 <span class="preprocessor">#include <ntqlabel.h></span> -<a name="l00023"></a>00023 <span class="preprocessor">#include <ntqfileinfo.h></span> -<a name="l00024"></a>00024 <span class="preprocessor">#include <ntqfiledialog.h></span> -<a name="l00025"></a>00025 <span class="preprocessor">#include <ntqpushbutton.h></span> +<a name="l00020"></a>00020 <span class="preprocessor">#include <tqcheckbox.h></span> +<a name="l00021"></a>00021 <span class="preprocessor">#include <tqspinbox.h></span> +<a name="l00022"></a>00022 <span class="preprocessor">#include <tqlabel.h></span> +<a name="l00023"></a>00023 <span class="preprocessor">#include <tqfileinfo.h></span> +<a name="l00024"></a>00024 <span class="preprocessor">#include <tqfiledialog.h></span> +<a name="l00025"></a>00025 <span class="preprocessor">#include <tqpushbutton.h></span> <a name="l00026"></a>00026 <a name="l00027"></a>00027 <span class="preprocessor">#include <tdemessagebox.h></span> <a name="l00028"></a>00028 <span class="preprocessor">#include <tdelocale.h></span> |