summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpqueue.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-09 13:03:44 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-09-17 10:06:07 +0900
commit27a4eb8b751a48e9e19992d7312a796734153e71 (patch)
treef0e20676c68f36661b4dfb4e63c6ef6151fa8f2b /kftpgrabber/src/kftpqueue.cpp
parentb98cff86c36221d8e34ad7a07739fc35dabb8866 (diff)
downloadkftpgrabber-27a4eb8b751a48e9e19992d7312a796734153e71.tar.gz
kftpgrabber-27a4eb8b751a48e9e19992d7312a796734153e71.zip
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit bee551b98023b90a5cfb87627f7f65ed5c1cf295)
Diffstat (limited to 'kftpgrabber/src/kftpqueue.cpp')
-rw-r--r--kftpgrabber/src/kftpqueue.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kftpgrabber/src/kftpqueue.cpp b/kftpgrabber/src/kftpqueue.cpp
index 679c45f..a325cb1 100644
--- a/kftpgrabber/src/kftpqueue.cpp
+++ b/kftpgrabber/src/kftpqueue.cpp
@@ -57,10 +57,10 @@
#include <krun.h>
#include <kmdcodec.h>
-#include <ntqapplication.h>
-#include <ntqregexp.h>
-#include <ntqobjectlist.h>
-#include <ntqfile.h>
+#include <tqapplication.h>
+#include <tqregexp.h>
+#include <tqobjectlist.h>
+#include <tqfile.h>
using namespace KFTPEngine;
using namespace KFTPCore::Filter;