summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 14:58:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 14:58:05 +0900
commitba18787932206a9a10d6072ea7cf8ee9ac26bf19 (patch)
treed747c9cf3c217863f50a4a24bc0102fad2d982c5
parent01aee861c17ceb9e4bab270387f721c4032e4ba5 (diff)
downloadtdenetwork-ba18787932206a9a10d6072ea7cf8ee9ac26bf19.tar.gz
tdenetwork-ba18787932206a9a10d6072ea7cf8ee9ac26bf19.zip
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kdict/dict.h2
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>