diff options
author | Michele Calgaro <[email protected]> | 2024-05-23 18:21:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-23 18:59:14 +0900 |
commit | 24cb4e0d671dbd8cadee066dee4be06068d3ddc6 (patch) | |
tree | cccb80852f19c1f806d2dc0c3c7c7c9c6666019b | |
parent | 1f1551345669ebc139b0ccd41354256c51245fde (diff) | |
download | tork-24cb4e0d671dbd8cadee066dee4be06068d3ddc6.tar.gz tork-24cb4e0d671dbd8cadee066dee4be06068d3ddc6.zip |
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0e8bb32df9bcf509312312fe2d21b3ca467e3d22)
-rw-r--r-- | src/arkollon/wizardbase.ui | 2 | ||||
-rw-r--r-- | src/torclient.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/arkollon/wizardbase.ui b/src/arkollon/wizardbase.ui index e359fb3..a63d562 100644 --- a/src/arkollon/wizardbase.ui +++ b/src/arkollon/wizardbase.ui @@ -905,7 +905,7 @@ Please check this list, and click <b>next</b> to continue.</string> </tabstops> <includes> <include location="local" impldecl="in implementation">wizardbase.ui.h</include> - <include location="global" impldecl="in implementation">ntqwidgetstack.h</include> + <include location="global" impldecl="in implementation">tqwidgetstack.h</include> </includes> <slots> <slot>setAppName( TQString n )</slot> 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> |