diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 14:54:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 18:39:37 +0900 |
commit | 69ec8f3e01ba724655f4b7e16519f8a4882d3489 (patch) | |
tree | f0228552f71028ca20c72e9961fdb9063cec1068 /tdecore | |
parent | 89b880a0c07a93f460f3db4abc708e40cc8af56c (diff) | |
download | tdelibs-69ec8f3e01ba724655f4b7e16519f8a4882d3489.tar.gz tdelibs-69ec8f3e01ba724655f4b7e16519f8a4882d3489.zip |
Use tq* headers instead of ntq* ones
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6f4c529b36bcea84d6f05a724d99f476ced08fe9)
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/tdehw/tdecryptographiccarddevice.cpp | 6 |
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" |