diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /tools/designer | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer')
42 files changed, 48 insertions, 48 deletions
diff --git a/tools/designer/designer/actiondnd.h b/tools/designer/designer/actiondnd.h index d444dcd5a..29d454a05 100644 --- a/tools/designer/designer/actiondnd.h +++ b/tools/designer/designer/actiondnd.h @@ -36,7 +36,7 @@ #include <ntqaction.h> #include <ntqdragobject.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqmenubar.h> #include <ntqpixmap.h> #include <ntqpopupmenu.h> diff --git a/tools/designer/designer/command.h b/tools/designer/designer/command.h index ce3ab98f6..5bc5fd20e 100644 --- a/tools/designer/designer/command.h +++ b/tools/designer/designer/command.h @@ -39,12 +39,12 @@ #include <ntqstring.h> #include <ntqrect.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqvariant.h> #include <tqobject.h> #include <ntqlistview.h> #include <ntqptrlist.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqiconset.h> class TQWizard; diff --git a/tools/designer/designer/customwidgeteditorimpl.h b/tools/designer/designer/customwidgeteditorimpl.h index b5efa95ac..04a6e63ca 100644 --- a/tools/designer/designer/customwidgeteditorimpl.h +++ b/tools/designer/designer/customwidgeteditorimpl.h @@ -37,7 +37,7 @@ #include "customwidgeteditor.h" #include "metadatabase.h" -#include <ntqmap.h> +#include <tqmap.h> #include <tqobjectlist.h> class TQTimer; diff --git a/tools/designer/designer/designer_pch.h b/tools/designer/designer/designer_pch.h index 7e30608f7..6403b2b5a 100644 --- a/tools/designer/designer/designer_pch.h +++ b/tools/designer/designer/designer_pch.h @@ -20,7 +20,7 @@ #include <ntqlineedit.h> #include <ntqlistbox.h> #include <ntqlistview.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqmessagebox.h> #include <ntqmetaobject.h> #include <tqobjectlist.h> diff --git a/tools/designer/designer/editfunctionsimpl.h b/tools/designer/designer/editfunctionsimpl.h index cc1661764..80d901709 100644 --- a/tools/designer/designer/editfunctionsimpl.h +++ b/tools/designer/designer/editfunctionsimpl.h @@ -37,7 +37,7 @@ #include "editfunctions.h" #include "hierarchyview.h" #include "metadatabase.h" -#include <ntqmap.h> +#include <tqmap.h> class FormWindow; class TQListViewItem; diff --git a/tools/designer/designer/formwindow.h b/tools/designer/designer/formwindow.h index f736a8395..a934bcdb8 100644 --- a/tools/designer/designer/formwindow.h +++ b/tools/designer/designer/formwindow.h @@ -43,7 +43,7 @@ #include <ntqptrdict.h> #include <ntqpixmap.h> #include <tqwidgetlist.h> -#include <ntqmap.h> +#include <tqmap.h> class TQPaintEvent; class TQMouseEvent; diff --git a/tools/designer/designer/layout.cpp b/tools/designer/designer/layout.cpp index c4f9aa819..6e95c6cca 100644 --- a/tools/designer/designer/layout.cpp +++ b/tools/designer/designer/layout.cpp @@ -42,7 +42,7 @@ #include <ntqpen.h> #include <ntqbitmap.h> #include <ntqsplitter.h> -#include <ntqvaluevector.h> +#include <tqvaluevector.h> #include <ntqmainwindow.h> bool operator<( const TQGuardedPtr<TQWidget> &p1, const TQGuardedPtr<TQWidget> &p2 ) diff --git a/tools/designer/designer/layout.h b/tools/designer/designer/layout.h index 919226cd8..61af84c55 100644 --- a/tools/designer/designer/layout.h +++ b/tools/designer/designer/layout.h @@ -35,11 +35,11 @@ #define LAYOUT_H #include <tqwidget.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqguardedptr.h> #include <tqobject.h> #include <ntqlayout.h> -#include <ntqmap.h> +#include <tqmap.h> #include <tqwidgetlist.h> class FormWindow; diff --git a/tools/designer/designer/listboxdnd.cpp b/tools/designer/designer/listboxdnd.cpp index 2f368b758..916db2265 100644 --- a/tools/designer/designer/listboxdnd.cpp +++ b/tools/designer/designer/listboxdnd.cpp @@ -36,7 +36,7 @@ #include <ntqheader.h> #include <ntqpainter.h> #include <ntqdragobject.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> // The Dragobject Declaration --------------------------------------- class ListBoxItemDrag : public TQStoredDrag diff --git a/tools/designer/designer/listviewdnd.cpp b/tools/designer/designer/listviewdnd.cpp index 8061f7f35..04788fafc 100644 --- a/tools/designer/designer/listviewdnd.cpp +++ b/tools/designer/designer/listviewdnd.cpp @@ -36,7 +36,7 @@ #include <ntqheader.h> #include <ntqpainter.h> #include <ntqdragobject.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> // The Dragobject Declaration --------------------------------------- class ListViewItemDrag : public TQStoredDrag diff --git a/tools/designer/designer/listvieweditorimpl.h b/tools/designer/designer/listvieweditorimpl.h index 9281319d1..bbe15dc0a 100644 --- a/tools/designer/designer/listvieweditorimpl.h +++ b/tools/designer/designer/listvieweditorimpl.h @@ -36,9 +36,9 @@ #include "listvieweditor.h" -#include <ntqmap.h> +#include <tqmap.h> #include <ntqpixmap.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> class FormWindow; diff --git a/tools/designer/designer/mainwindow.h b/tools/designer/designer/mainwindow.h index 43bbfbc9b..32d356f46 100644 --- a/tools/designer/designer/mainwindow.h +++ b/tools/designer/designer/mainwindow.h @@ -48,7 +48,7 @@ #include <ntqaction.h> #include <ntqmainwindow.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqguardedptr.h> #include <private/qpluginmanager_p.h> #include <tqobjectlist.h> diff --git a/tools/designer/designer/metadatabase.h b/tools/designer/designer/metadatabase.h index 94009edec..269d829c0 100644 --- a/tools/designer/designer/metadatabase.h +++ b/tools/designer/designer/metadatabase.h @@ -37,7 +37,7 @@ #include <ntqvariant.h> #include <ntqstring.h> #include <ntqstringlist.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqptrlist.h> #include <ntqsizepolicy.h> #include <ntqsize.h> diff --git a/tools/designer/designer/outputwindow.h b/tools/designer/designer/outputwindow.h index a523793b2..335d84f68 100644 --- a/tools/designer/designer/outputwindow.h +++ b/tools/designer/designer/outputwindow.h @@ -36,7 +36,7 @@ #include <ntqtabwidget.h> #include <ntqstringlist.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqlistview.h> struct DesignerOutputDock; diff --git a/tools/designer/designer/pixmapcollection.h b/tools/designer/designer/pixmapcollection.h index afff12d94..07376a191 100644 --- a/tools/designer/designer/pixmapcollection.h +++ b/tools/designer/designer/pixmapcollection.h @@ -36,7 +36,7 @@ #include <ntqstring.h> #include <ntqpixmap.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include "designerappiface.h" class TQMimeSourceFactory; diff --git a/tools/designer/designer/project.h b/tools/designer/designer/project.h index ed0989d11..ceb42afcf 100644 --- a/tools/designer/designer/project.h +++ b/tools/designer/designer/project.h @@ -39,7 +39,7 @@ #include <ntqstring.h> #include <ntqstringlist.h> #include <ntqptrlist.h> -#include <ntqmap.h> +#include <tqmap.h> #include <private/qpluginmanager_p.h> #include "../interfaces/projectsettingsiface.h" #include "sourcefile.h" diff --git a/tools/designer/designer/resource.h b/tools/designer/designer/resource.h index f16344dbe..6e75e83c9 100644 --- a/tools/designer/designer/resource.h +++ b/tools/designer/designer/resource.h @@ -37,7 +37,7 @@ #include <ntqstring.h> #include <ntqtextstream.h> #include <ntqvariant.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqimage.h> #include "actiondnd.h" diff --git a/tools/designer/designer/startdialogimpl.cpp b/tools/designer/designer/startdialogimpl.cpp index 8040a4aad..aec2362be 100644 --- a/tools/designer/designer/startdialogimpl.cpp +++ b/tools/designer/designer/startdialogimpl.cpp @@ -11,7 +11,7 @@ #include <ntqpushbutton.h> #include <ntqlayout.h> #include <ntqfileinfo.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqdatetime.h> #include <ntqapplication.h> #include <ntqcheckbox.h> diff --git a/tools/designer/designer/startdialogimpl.h b/tools/designer/designer/startdialogimpl.h index 21d0b1dfa..3d7919ca3 100644 --- a/tools/designer/designer/startdialogimpl.h +++ b/tools/designer/designer/startdialogimpl.h @@ -39,7 +39,7 @@ #include <ntqstring.h> #include <ntqstringlist.h> #include <ntqfiledialog.h> -#include <ntqmap.h> +#include <tqmap.h> #include "newformimpl.h" #include "startdialog.h" diff --git a/tools/designer/designer/syntaxhighlighter_html.cpp b/tools/designer/designer/syntaxhighlighter_html.cpp index c41c8bac3..48dbbe7eb 100644 --- a/tools/designer/designer/syntaxhighlighter_html.cpp +++ b/tools/designer/designer/syntaxhighlighter_html.cpp @@ -34,7 +34,7 @@ #include "syntaxhighlighter_html.h" #include "ntqstring.h" -#include "ntqmap.h" +#include "tqmap.h" #include "ntqapplication.h" diff --git a/tools/designer/designer/tableeditorimpl.cpp b/tools/designer/designer/tableeditorimpl.cpp index e60ce6122..329dd667a 100644 --- a/tools/designer/designer/tableeditorimpl.cpp +++ b/tools/designer/designer/tableeditorimpl.cpp @@ -44,7 +44,7 @@ #include <ntqpushbutton.h> #include "pixmapchooser.h" #include "command.h" -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqtabwidget.h> #include <tqdatatable.h> #include "project.h" diff --git a/tools/designer/designer/tableeditorimpl.h b/tools/designer/designer/tableeditorimpl.h index f566f2643..48effe8ff 100644 --- a/tools/designer/designer/tableeditorimpl.h +++ b/tools/designer/designer/tableeditorimpl.h @@ -35,7 +35,7 @@ #define TABLEEDITORIMPL_H #include "tableeditor.h" -#include <ntqmap.h> +#include <tqmap.h> class TQListBoxItem; class TQTable; diff --git a/tools/designer/designer/widgetfactory.cpp b/tools/designer/designer/widgetfactory.cpp index e4c8b4a81..d5ef3df8a 100644 --- a/tools/designer/designer/widgetfactory.cpp +++ b/tools/designer/designer/widgetfactory.cpp @@ -86,7 +86,7 @@ #include <ntqmetaobject.h> #include <tqwidgetstack.h> #include <ntqwizard.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqtimer.h> #include <ntqscrollbar.h> #include <ntqmainwindow.h> 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; diff --git a/tools/designer/examples/colortool/colornameform.ui.h b/tools/designer/examples/colortool/colornameform.ui.h index 5dcffa3cf..8a138c84f 100644 --- a/tools/designer/examples/colortool/colornameform.ui.h +++ b/tools/designer/examples/colortool/colornameform.ui.h @@ -6,7 +6,7 @@ ** of a constructor, and a destroy() function in place of a destructor. *****************************************************************************/ #include <ntqcolor.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqstring.h> TQMap<TQString,TQColor> m_colors; diff --git a/tools/designer/interfaces/designerinterface.h b/tools/designer/interfaces/designerinterface.h index c9dabc06c..10084bebf 100644 --- a/tools/designer/interfaces/designerinterface.h +++ b/tools/designer/interfaces/designerinterface.h @@ -50,7 +50,7 @@ #include <private/qcom_p.h> #include <ntqptrlist.h> #include <ntqstring.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqstringlist.h> #include <tqwidgetlist.h> #include <tqobjectlist.h> diff --git a/tools/designer/interfaces/editorinterface.h b/tools/designer/interfaces/editorinterface.h index 099f4dda8..e14d563d3 100644 --- a/tools/designer/interfaces/editorinterface.h +++ b/tools/designer/interfaces/editorinterface.h @@ -48,8 +48,8 @@ // #include <private/qcom_p.h> -#include <ntqmap.h> -#include <ntqvaluelist.h> +#include <tqmap.h> +#include <tqvaluelist.h> class TQWidget; class TQObjectList; diff --git a/tools/designer/interfaces/languageinterface.h b/tools/designer/interfaces/languageinterface.h index 0ff51afce..2f6dcc052 100644 --- a/tools/designer/interfaces/languageinterface.h +++ b/tools/designer/interfaces/languageinterface.h @@ -48,9 +48,9 @@ // #include <private/qcom_p.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqstringlist.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqstrlist.h> // {f208499a-6f69-4883-9219-6e936e55a330} diff --git a/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp b/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp index 7607cf730..faa341b46 100644 --- a/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp +++ b/tools/designer/plugins/cppeditor/syntaxhighliter_cpp.cpp @@ -36,7 +36,7 @@ #include "paragdata.h" #include "ntqstring.h" #include "ntqstringlist.h" -#include "ntqmap.h" +#include "tqmap.h" #include "ntqapplication.h" #include "ntqregexp.h" diff --git a/tools/designer/plugins/cppeditor/yyreg.h b/tools/designer/plugins/cppeditor/yyreg.h index 5ac3fc2f3..bb4922f21 100644 --- a/tools/designer/plugins/cppeditor/yyreg.h +++ b/tools/designer/plugins/cppeditor/yyreg.h @@ -36,7 +36,7 @@ #define YYREG_H #include <ntqstringlist.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> class CppFunction { diff --git a/tools/designer/plugins/dlg/dlg2ui.h b/tools/designer/plugins/dlg/dlg2ui.h index e06ade624..15b5377e8 100644 --- a/tools/designer/plugins/dlg/dlg2ui.h +++ b/tools/designer/plugins/dlg/dlg2ui.h @@ -36,7 +36,7 @@ #define DLG2UI_H #include <tqdom.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqstring.h> #include <ntqvariant.h> diff --git a/tools/designer/plugins/glade/glade2ui.h b/tools/designer/plugins/glade/glade2ui.h index e8c46caf6..936818226 100644 --- a/tools/designer/plugins/glade/glade2ui.h +++ b/tools/designer/plugins/glade/glade2ui.h @@ -36,7 +36,7 @@ #define GLADE2UI_H #include <tqdom.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqstring.h> #include <ntqvariant.h> diff --git a/tools/designer/plugins/wizards/sqlformwizardimpl.h b/tools/designer/plugins/wizards/sqlformwizardimpl.h index 1bce4780e..1fa52d920 100644 --- a/tools/designer/plugins/wizards/sqlformwizardimpl.h +++ b/tools/designer/plugins/wizards/sqlformwizardimpl.h @@ -37,7 +37,7 @@ #include "sqlformwizard.h" #include <templatewizardiface.h> #include <designerinterface.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> class SqlFormWizard : public SqlFormWizardBase { diff --git a/tools/designer/tools/tqtcreatecw/main.cpp b/tools/designer/tools/tqtcreatecw/main.cpp index fcfa43168..706983a62 100644 --- a/tools/designer/tools/tqtcreatecw/main.cpp +++ b/tools/designer/tools/tqtcreatecw/main.cpp @@ -33,7 +33,7 @@ #include <ntqfile.h> #include <ntqtextstream.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqstrlist.h> #include <ntqmetaobject.h> #include <ntqapplication.h> diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp index 4706675e0..127d1915d 100644 --- a/tools/designer/uic/form.cpp +++ b/tools/designer/uic/form.cpp @@ -36,7 +36,7 @@ #include "widgetdatabase.h" #include "domtool.h" #include <ntqstringlist.h> -#include <ntqvaluelist.h> +#include <tqvaluelist.h> #include <ntqfile.h> #include <ntqfileinfo.h> #include <ntqdir.h> diff --git a/tools/designer/uic/uic.h b/tools/designer/uic/uic.h index e0face7fd..68298665e 100644 --- a/tools/designer/uic/uic.h +++ b/tools/designer/uic/uic.h @@ -36,7 +36,7 @@ #include <tqdom.h> #include <ntqstring.h> #include <ntqstringlist.h> -#include <ntqmap.h> +#include <tqmap.h> #include <ntqtextstream.h> #include <ntqpalette.h> #include <ntqvariant.h> diff --git a/tools/designer/uilib/tqwidgetfactory.h b/tools/designer/uilib/tqwidgetfactory.h index fb54e8ae1..a188c0be3 100644 --- a/tools/designer/uilib/tqwidgetfactory.h +++ b/tools/designer/uilib/tqwidgetfactory.h @@ -39,8 +39,8 @@ #include <ntqptrlist.h> #include <ntqimage.h> #include <ntqpixmap.h> -#include <ntqvaluelist.h> -#include <ntqmap.h> +#include <tqvaluelist.h> +#include <tqmap.h> #include <ntqaction.h> #endif // QT_H |