diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 14:58:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-30 18:40:39 +0900 |
commit | 2892487fd5db8b40d70a1d2ec6009176d0ec215e (patch) | |
tree | 5ad07f9f7e8c58ee23ba913b99c50d9f150a4e26 | |
parent | 41e2c5159dc5fd96d323d3cfb068e6f7a07d9786 (diff) | |
download | tdenetwork-2892487fd5db8b40d70a1d2ec6009176d0ec215e.tar.gz tdenetwork-2892487fd5db8b40d70a1d2ec6009176d0ec215e.zip |
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ba18787932206a9a10d6072ea7cf8ee9ac26bf19)
-rw-r--r-- | kdict/dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/dict.h b/kdict/dict.h index 44111d7d..61c49d31 100644 --- a/kdict/dict.h +++ b/kdict/dict.h @@ -19,7 +19,7 @@ #ifndef _DICT_H_ #define _DICT_H_ -#include <ntqthread.h> +#include <tqthread.h> #include <tqptrlist.h> #include <tqsocketnotifier.h> |