summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:51:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 23:58:47 +0900
commit9eac0271998c8cce1337da258e9aa43bba341612 (patch)
treef2b3766038afab964db26de8d3149c5118917cb3
parenteaedb5720426c57985b08c3d16dc1f529c4c5110 (diff)
downloadtdeio-gopher-r14.1.x.tar.gz
tdeio-gopher-r14.1.x.zip
Use proper TQt headersr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f4b89b6b4377d4669ab614033d45135dc83da5ec)
-rw-r--r--src/tdeio_gopher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdeio_gopher.cpp b/src/tdeio_gopher.cpp
index f4377e2..e1cc076 100644
--- a/src/tdeio_gopher.cpp
+++ b/src/tdeio_gopher.cpp
@@ -19,8 +19,8 @@
#include <tdelocale.h>
#include <kmimetype.h>
-#include <ntqbuffer.h>
-#include <ntqfile.h>
+#include <tqbuffer.h>
+#include <tqfile.h>
using namespace TDEIO;