diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /tools/assistant/helpdialogimpl.cpp | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/assistant/helpdialogimpl.cpp')
-rw-r--r-- | tools/assistant/helpdialogimpl.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index 49ae1a7f1..e8ced3b32 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -42,10 +42,10 @@ #include <ntqaccel.h> #include <ntqapplication.h> #include <ntqcursor.h> -#include <ntqdir.h> +#include <tqdir.h> #include <ntqeventloop.h> -#include <ntqfile.h> -#include <ntqfileinfo.h> +#include <tqfile.h> +#include <tqfileinfo.h> #include <ntqheader.h> #include <ntqlabel.h> #include <ntqlineedit.h> @@ -56,13 +56,13 @@ #include <tqptrstack.h> #include <ntqpushbutton.h> #include <tqregexp.h> -#include <ntqsettings.h> +#include <tqsettings.h> #include <tqstatusbar.h> #include <ntqtabwidget.h> #include <tqtextbrowser.h> #include <tqtextstream.h> #include <tqtimer.h> -#include <ntqurl.h> +#include <tqurl.h> #include <ntqvalidator.h> #include <stdlib.h> |