summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-09 10:53:56 +0900
committerMichele Calgaro <[email protected]>2024-09-09 16:40:00 +0900
commitd6a1bf8cf047a2a433e5fc8b5ef17085ed2a37ab (patch)
tree824a8b8300fea27f0eff69c2797b7c87e416d0cd
parentab0f29494c7fab04be4cc3afce878d7f4576b58c (diff)
downloaddbus-1-tqt-r14.1.x.tar.gz
dbus-1-tqt-r14.1.x.zip
Use tq* headers instead of ntq*r14.1.3r14.1.x
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 43a68d6d7f6f9da4ca3c71dafad9d2e6dccf0e42)
-rw-r--r--src/tqdbusunixfd.h2
1 files changed, 1 insertions, 1 deletions
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"