summaryrefslogtreecommitdiffstats
path: root/tdecore
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 18:39:37 +0900
commit69ec8f3e01ba724655f4b7e16519f8a4882d3489 (patch)
treef0228552f71028ca20c72e9961fdb9063cec1068 /tdecore
parent89b880a0c07a93f460f3db4abc708e40cc8af56c (diff)
downloadtdelibs-r14.1.x.tar.gz
tdelibs-r14.1.x.zip
Use tq* headers instead of ntq* onesr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6f4c529b36bcea84d6f05a724d99f476ced08fe9)
Diffstat (limited to 'tdecore')
-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"