diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:21:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 18:21:46 +0900 |
| commit | 0e8bb32df9bcf509312312fe2d21b3ca467e3d22 (patch) | |
| tree | 292f916c78f845b9f5ec41005f1821b0f5d95467 /src/torclient.cpp | |
| parent | 9d6caa32a5c6f98a5ecedab06713302fba20b364 (diff) | |
| download | tork-0e8bb32df9bcf509312312fe2d21b3ca467e3d22.tar.gz tork-0e8bb32df9bcf509312312fe2d21b3ca467e3d22.zip | |
Use proper TQt headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/torclient.cpp')
| -rw-r--r-- | src/torclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torclient.cpp b/src/torclient.cpp index e2d68f1..5052e11 100644 --- a/src/torclient.cpp +++ b/src/torclient.cpp @@ -32,7 +32,7 @@ #include <tdelocale.h> #include <assert.h> -#include <ntqfile.h> +#include <tqfile.h> #include <sys/socket.h> #include <netdb.h> #include <sys/types.h> |
