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-23 18:12:19 +0900 |
commit | a95a837139067a21f1ab7a327bcfabb3a753dc68 (patch) | |
tree | 922d4887e812aa47f0171b422962760f2493b56b /doc/html/ServerDlg_8cpp-source.html | |
parent | 295eaf3db5533675bf5b59c1e1318bd74ee1361b (diff) | |
download | kshowmail-a95a837139067a21f1ab7a327bcfabb3a753dc68.tar.gz kshowmail-a95a837139067a21f1ab7a327bcfabb3a753dc68.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ServerDlg_8cpp-source.html')
-rw-r--r-- | doc/html/ServerDlg_8cpp-source.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/ServerDlg_8cpp-source.html b/doc/html/ServerDlg_8cpp-source.html index a29366b..83b417d 100644 --- a/doc/html/ServerDlg_8cpp-source.html +++ b/doc/html/ServerDlg_8cpp-source.html @@ -28,16 +28,16 @@ <a name="l00011"></a>00011 <a name="l00012"></a>00012 <span class="preprocessor">#include "ServerDlg.h"</span> <a name="l00013"></a>00013 -<a name="l00014"></a>00014 <span class="preprocessor">#include <ntqvariant.h></span> -<a name="l00015"></a>00015 <span class="preprocessor">#include <ntqpushbutton.h></span> -<a name="l00016"></a>00016 <span class="preprocessor">#include <ntqlabel.h></span> -<a name="l00017"></a>00017 <span class="preprocessor">#include <ntqlineedit.h></span> -<a name="l00018"></a>00018 <span class="preprocessor">#include <ntqcheckbox.h></span> -<a name="l00019"></a>00019 <span class="preprocessor">#include <ntqcombobox.h></span> -<a name="l00020"></a>00020 <span class="preprocessor">#include <ntqspinbox.h></span> -<a name="l00021"></a>00021 <span class="preprocessor">#include <ntqlayout.h></span> -<a name="l00022"></a>00022 <span class="preprocessor">#include <ntqtooltip.h></span> -<a name="l00023"></a>00023 <span class="preprocessor">#include <ntqwhatsthis.h></span> +<a name="l00014"></a>00014 <span class="preprocessor">#include <tqvariant.h></span> +<a name="l00015"></a>00015 <span class="preprocessor">#include <tqpushbutton.h></span> +<a name="l00016"></a>00016 <span class="preprocessor">#include <tqlabel.h></span> +<a name="l00017"></a>00017 <span class="preprocessor">#include <tqlineedit.h></span> +<a name="l00018"></a>00018 <span class="preprocessor">#include <tqcheckbox.h></span> +<a name="l00019"></a>00019 <span class="preprocessor">#include <tqcombobox.h></span> +<a name="l00020"></a>00020 <span class="preprocessor">#include <tqspinbox.h></span> +<a name="l00021"></a>00021 <span class="preprocessor">#include <tqlayout.h></span> +<a name="l00022"></a>00022 <span class="preprocessor">#include <tqtooltip.h></span> +<a name="l00023"></a>00023 <span class="preprocessor">#include <tqwhatsthis.h></span> <a name="l00024"></a>00024 <a name="l00025"></a>00025 <span class="comment">/*</span> <a name="l00026"></a>00026 <span class="comment"> * Constructs a ServerDlg as a child of 'parent', with the</span> |