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/designer/editor | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.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/designer/editor')
-rw-r--r-- | tools/designer/editor/conf.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/editor.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/preferences.ui | 2 | ||||
-rw-r--r-- | tools/designer/editor/yyindent.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/editor/conf.cpp b/tools/designer/editor/conf.cpp index bff128679..b3b7e721a 100644 --- a/tools/designer/editor/conf.cpp +++ b/tools/designer/editor/conf.cpp @@ -35,7 +35,7 @@ #include <ntqapplication.h> #include <ntqfont.h> #include <ntqcolor.h> -#include <ntqsettings.h> +#include <tqsettings.h> TQMap<TQString, ConfigStyle> Config::defaultStyles() { diff --git a/tools/designer/editor/editor.cpp b/tools/designer/editor/editor.cpp index 69af84ac2..b719ab4e5 100644 --- a/tools/designer/editor/editor.cpp +++ b/tools/designer/editor/editor.cpp @@ -33,7 +33,7 @@ #include "editor.h" #include "parenmatcher.h" -#include <ntqfile.h> +#include <tqfile.h> #include <private/qrichtext_p.h> #include "conf.h" #include <ntqapplication.h> diff --git a/tools/designer/editor/preferences.ui b/tools/designer/editor/preferences.ui index 3f1131c88..19bdea430 100644 --- a/tools/designer/editor/preferences.ui +++ b/tools/designer/editor/preferences.ui @@ -481,7 +481,7 @@ <include location="global" impldecl="in implementation">ntqpushbutton.h</include> <include location="global" impldecl="in implementation">ntqcheckbox.h</include> <include location="global" impldecl="in implementation">ntqcolordialog.h</include> - <include location="global" impldecl="in implementation">ntqsettings.h</include> + <include location="global" impldecl="in implementation">tqsettings.h</include> <include location="local" impldecl="in implementation">preferences.ui.h</include> </includes> <variables> diff --git a/tools/designer/editor/yyindent.cpp b/tools/designer/editor/yyindent.cpp index 7b43cb7f2..f38926faf 100644 --- a/tools/designer/editor/yyindent.cpp +++ b/tools/designer/editor/yyindent.cpp @@ -1106,7 +1106,7 @@ int indentForBottomLine( const TQStringList& program, TQChar typedIn ) Test driver. */ -#include <ntqfile.h> +#include <tqfile.h> #include <tqtextstream.h> #include <errno.h> |