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 14:54:05 +0900 |
commit | 6f4c529b36bcea84d6f05a724d99f476ced08fe9 (patch) | |
tree | c0bf81bc19bba7cbec0f9eb520b1324044fcb7d3 | |
parent | 5d1bee81c16ec0fcbc9131160eafb3bcbbcd8e34 (diff) | |
download | tdelibs-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.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" |