diff options
author | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /tools/designer/editor | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip |
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/designer/editor')
-rw-r--r-- | tools/designer/editor/completion.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/completion.h | 2 | ||||
-rw-r--r-- | tools/designer/editor/conf.h | 2 | ||||
-rw-r--r-- | tools/designer/editor/parenmatcher.h | 2 | ||||
-rw-r--r-- | tools/designer/editor/preferences.ui | 2 | ||||
-rw-r--r-- | tools/designer/editor/viewmanager.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/designer/editor/completion.cpp b/tools/designer/editor/completion.cpp index fb7365058..820f65c73 100644 --- a/tools/designer/editor/completion.cpp +++ b/tools/designer/editor/completion.cpp @@ -36,7 +36,7 @@ #include "editor.h" #include <ntqlistbox.h> #include <ntqvbox.h> -#include <ntqmap.h> +#include <tqmap.h> #include <private/qrichtext_p.h> #include <ntqapplication.h> #include <ntqregexp.h> diff --git a/tools/designer/editor/completion.h b/tools/designer/editor/completion.h index 4b1b9d03c..719582990 100644 --- a/tools/designer/editor/completion.h +++ b/tools/designer/editor/completion.h @@ -37,7 +37,7 @@ #include <ntqstring.h> #include <ntqstringlist.h> #include <tqobject.h> -#include <ntqmap.h> +#include <tqmap.h> class TQTextDocument; class Editor; diff --git a/tools/designer/editor/conf.h b/tools/designer/editor/conf.h index dee40d651..55eb7f466 100644 --- a/tools/designer/editor/conf.h +++ b/tools/designer/editor/conf.h @@ -36,7 +36,7 @@ #include <ntqfont.h> #include <ntqcolor.h> -#include <ntqmap.h> +#include <tqmap.h> struct ConfigStyle { diff --git a/tools/designer/editor/parenmatcher.h b/tools/designer/editor/parenmatcher.h index 14eba4385..34318493b 100644 --- a/tools/designer/editor/parenmatcher.h +++ b/tools/designer/editor/parenmatcher.h @@ -35,7 +35,7 @@ #define PARENMATCHER_H #include <ntqstring.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> class TQTextCursor; diff --git a/tools/designer/editor/preferences.ui b/tools/designer/editor/preferences.ui index 00c56b64e..3f1131c88 100644 --- a/tools/designer/editor/preferences.ui +++ b/tools/designer/editor/preferences.ui @@ -470,7 +470,7 @@ <tabstop>checkParenMatching</tabstop> </tabstops> <includes> - <include location="global" impldecl="in declaration">ntqmap.h</include> + <include location="global" impldecl="in declaration">tqmap.h</include> <include location="local" impldecl="in declaration">conf.h</include> <include location="global" impldecl="in implementation">ntqpalette.h</include> <include location="global" impldecl="in implementation">ntqlineedit.h</include> diff --git a/tools/designer/editor/viewmanager.h b/tools/designer/editor/viewmanager.h index 2c2d1afc4..cdd66eea4 100644 --- a/tools/designer/editor/viewmanager.h +++ b/tools/designer/editor/viewmanager.h @@ -35,7 +35,7 @@ #define VIEWMANAGER_H #include <tqwidget.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> class TQChildEvent; class MarkerWidget; |