diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 14:58:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-30 14:58:05 +0900 |
commit | ba18787932206a9a10d6072ea7cf8ee9ac26bf19 (patch) | |
tree | d747c9cf3c217863f50a4a24bc0102fad2d982c5 | |
parent | 01aee861c17ceb9e4bab270387f721c4032e4ba5 (diff) | |
download | tdenetwork-ba18787932206a9a10d6072ea7cf8ee9ac26bf19.tar.gz tdenetwork-ba18787932206a9a10d6072ea7cf8ee9ac26bf19.zip |
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <[email protected]>
-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> |