summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 14:54:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 14:54:05 +0900
commit6f4c529b36bcea84d6f05a724d99f476ced08fe9 (patch)
treec0bf81bc19bba7cbec0f9eb520b1324044fcb7d3
parent5d1bee81c16ec0fcbc9131160eafb3bcbbcd8e34 (diff)
downloadtdelibs-6f4c529b36bcea84d6f05a724d99f476ced08fe9.tar.gz
tdelibs-6f4c529b36bcea84d6f05a724d99f476ced08fe9.zip
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdecore/tdehw/tdecryptographiccarddevice.cpp6
1 files 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 <tqpixmap.h>
#include <tqtimer.h>
-#include <ntqthread.h>
-#include <ntqeventloop.h>
-#include <ntqapplication.h>
+#include <tqthread.h>
+#include <tqeventloop.h>
+#include <tqapplication.h>
#include "tdeglobal.h"
#include "tdelocale.h"