From 43a68d6d7f6f9da4ca3c71dafad9d2e6dccf0e42 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 10:53:56 +0900 Subject: [PATCH] Use tq* headers instead of ntq* Signed-off-by: Michele Calgaro --- src/tqdbusunixfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tqdbusunixfd.h b/src/tqdbusunixfd.h index 9f48a37..bf38deb 100644 --- a/src/tqdbusunixfd.h +++ b/src/tqdbusunixfd.h @@ -26,7 +26,7 @@ #include "dbus/dbus.h" #ifndef QT_H -#include "ntqshared.h" +#include "tqshared.h" #endif // QT_H #include "tqdbusmacros.h"