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/logger_8h-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/logger_8h-source.html')
-rw-r--r-- | doc/html/logger_8h-source.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/logger_8h-source.html b/doc/html/logger_8h-source.html index d77e224..b2a80b6 100644 --- a/doc/html/logger_8h-source.html +++ b/doc/html/logger_8h-source.html @@ -35,9 +35,9 @@ <a name="l00018"></a>00018 <span class="preprocessor">#ifndef LOGGER_H</span> <a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define LOGGER_H</span> <a name="l00020"></a>00020 <span class="preprocessor"></span> -<a name="l00021"></a>00021 <span class="preprocessor">#include <ntqstring.h></span> -<a name="l00022"></a>00022 <span class="preprocessor">#include <ntqfile.h></span> -<a name="l00023"></a>00023 <span class="preprocessor">#include <ntqtextstream.h></span> +<a name="l00021"></a>00021 <span class="preprocessor">#include <tqstring.h></span> +<a name="l00022"></a>00022 <span class="preprocessor">#include <tqfile.h></span> +<a name="l00023"></a>00023 <span class="preprocessor">#include <tqtextstream.h></span> <a name="l00024"></a>00024 <a name="l00029"></a><a class="code" href="classLogger.html">00029</a> <span class="keyword">class </span><a class="code" href="classLogger.html">Logger</a> <a name="l00030"></a>00030 { |