From 6f4c529b36bcea84d6f05a724d99f476ced08fe9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 14:54:05 +0900 Subject: [PATCH] Use tq* headers instead of ntq* ones Signed-off-by: Michele Calgaro --- tdecore/tdehw/tdecryptographiccarddevice.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tdecore/tdehw/tdecryptographiccarddevice.cpp b/tdecore/tdehw/tdecryptographiccarddevice.cpp index 4d9eeaab3..2ac87af86 100644 --- a/tdecore/tdehw/tdecryptographiccarddevice.cpp +++ b/tdecore/tdehw/tdecryptographiccarddevice.cpp @@ -25,9 +25,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include "tdeglobal.h" #include "tdelocale.h"