diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
| commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
| tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /tools/designer/designer | |
| parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
| download | tqt-04913ce7.tar.gz tqt-04913ce7.zip | |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/designer')
27 files changed, 30 insertions, 30 deletions
diff --git a/tools/designer/designer/actiondnd.cpp b/tools/designer/designer/actiondnd.cpp index 841ab00d6..ba791d06c 100644 --- a/tools/designer/designer/actiondnd.cpp +++ b/tools/designer/designer/actiondnd.cpp @@ -49,7 +49,7 @@ #include <ntqmainwindow.h> #include <ntqmenudata.h> #include <ntqmessagebox.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpainter.h> #include <ntqstyle.h> #include <ntqtimer.h> diff --git a/tools/designer/designer/actioneditorimpl.cpp b/tools/designer/designer/actioneditorimpl.cpp index 46d5bd4f4..84f483923 100644 --- a/tools/designer/designer/actioneditorimpl.cpp +++ b/tools/designer/designer/actioneditorimpl.cpp @@ -48,7 +48,7 @@ #include <ntqcheckbox.h> #include <ntqpushbutton.h> #include <ntqpopupmenu.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> ActionEditor::ActionEditor( TQWidget* parent, const char* name, WFlags fl ) : ActionEditorBase( parent, name, fl ), currentAction( 0 ), formWindow( 0 ), diff --git a/tools/designer/designer/command.h b/tools/designer/designer/command.h index 12d518008..ce3ab98f6 100644 --- a/tools/designer/designer/command.h +++ b/tools/designer/designer/command.h @@ -41,7 +41,7 @@ #include <ntqrect.h> #include <ntqvaluelist.h> #include <ntqvariant.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlistview.h> #include <ntqptrlist.h> #include <ntqmap.h> diff --git a/tools/designer/designer/customwidgeteditorimpl.h b/tools/designer/designer/customwidgeteditorimpl.h index 49f28027c..b5efa95ac 100644 --- a/tools/designer/designer/customwidgeteditorimpl.h +++ b/tools/designer/designer/customwidgeteditorimpl.h @@ -38,7 +38,7 @@ #include "metadatabase.h" #include <ntqmap.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> class TQTimer; class TQListBoxItem; diff --git a/tools/designer/designer/designer_pch.h b/tools/designer/designer/designer_pch.h index 5cc5fd483..b2eefc7c0 100644 --- a/tools/designer/designer/designer_pch.h +++ b/tools/designer/designer/designer_pch.h @@ -23,7 +23,7 @@ #include <ntqmap.h> #include <ntqmessagebox.h> #include <ntqmetaobject.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpainter.h> #include <ntqpixmap.h> #include <ntqpushbutton.h> diff --git a/tools/designer/designer/formfile.h b/tools/designer/designer/formfile.h index d0dbe5374..388bac97d 100644 --- a/tools/designer/designer/formfile.h +++ b/tools/designer/designer/formfile.h @@ -34,7 +34,7 @@ #ifndef FORMFILE_H #define FORMFILE_H -#include <ntqobject.h> +#include <tqobject.h> #include "timestamp.h" #include "metadatabase.h" diff --git a/tools/designer/designer/formwindow.cpp b/tools/designer/designer/formwindow.cpp index caf9d0030..3b1d169cd 100644 --- a/tools/designer/designer/formwindow.cpp +++ b/tools/designer/designer/formwindow.cpp @@ -55,7 +55,7 @@ #include <ntqpainter.h> #include <ntqpen.h> #include <ntqlabel.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqtimer.h> #include <ntqapplication.h> #include <ntqlayout.h> diff --git a/tools/designer/designer/hierarchyview.cpp b/tools/designer/designer/hierarchyview.cpp index 4e5c11276..6570b7979 100644 --- a/tools/designer/designer/hierarchyview.cpp +++ b/tools/designer/designer/hierarchyview.cpp @@ -50,7 +50,7 @@ #include "menubareditor.h" #include <ntqpalette.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqheader.h> #include <ntqpopupmenu.h> #include <ntqtabwidget.h> diff --git a/tools/designer/designer/layout.h b/tools/designer/designer/layout.h index 129e1f1f0..09c524025 100644 --- a/tools/designer/designer/layout.h +++ b/tools/designer/designer/layout.h @@ -37,7 +37,7 @@ #include <ntqwidget.h> #include <ntqmap.h> #include <ntqguardedptr.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlayout.h> #include <ntqmap.h> #include <ntqwidgetlist.h> diff --git a/tools/designer/designer/listboxrename.h b/tools/designer/designer/listboxrename.h index 8606dea42..c653f88b0 100644 --- a/tools/designer/designer/listboxrename.h +++ b/tools/designer/designer/listboxrename.h @@ -34,7 +34,7 @@ #ifndef LISTBOXRENAME_H #define LISTBOXRENAME_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlistbox.h> class TQLineEdit; diff --git a/tools/designer/designer/listdnd.h b/tools/designer/designer/listdnd.h index df93f5cce..c3e414a03 100644 --- a/tools/designer/designer/listdnd.h +++ b/tools/designer/designer/listdnd.h @@ -34,7 +34,7 @@ #ifndef LISTDND_H #define LISTDND_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqscrollview.h> class ListDnd : public TQObject diff --git a/tools/designer/designer/mainwindow.h b/tools/designer/designer/mainwindow.h index 45722b379..43bbfbc9b 100644 --- a/tools/designer/designer/mainwindow.h +++ b/tools/designer/designer/mainwindow.h @@ -51,7 +51,7 @@ #include <ntqmap.h> #include <ntqguardedptr.h> #include <private/qpluginmanager_p.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> class TQToolBox; class PropertyEditor; diff --git a/tools/designer/designer/metadatabase.cpp b/tools/designer/designer/metadatabase.cpp index bdfd5cb97..6d6937fb8 100644 --- a/tools/designer/designer/metadatabase.cpp +++ b/tools/designer/designer/metadatabase.cpp @@ -42,10 +42,10 @@ #include "mainwindow.h" #include <ntqapplication.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqlayout.h> #include <ntqptrdict.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqstrlist.h> #include <ntqmetaobject.h> #include <ntqwidgetlist.h> diff --git a/tools/designer/designer/popupmenueditor.cpp b/tools/designer/designer/popupmenueditor.cpp index f0903e000..721521621 100644 --- a/tools/designer/designer/popupmenueditor.cpp +++ b/tools/designer/designer/popupmenueditor.cpp @@ -36,7 +36,7 @@ #include <ntqdatastream.h> #include <ntqdragobject.h> #include <ntqlineedit.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpainter.h> #include <ntqpopupmenu.h> #include <ntqrect.h> diff --git a/tools/designer/designer/previewwidgetimpl.cpp b/tools/designer/designer/previewwidgetimpl.cpp index aa75de704..39e011c80 100644 --- a/tools/designer/designer/previewwidgetimpl.cpp +++ b/tools/designer/designer/previewwidgetimpl.cpp @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include "ntqobjectlist.h" +#include "tqobjectlist.h" #include "previewwidgetimpl.h" PreviewWidget::PreviewWidget( TQWidget *parent, const char *name ) diff --git a/tools/designer/designer/project.cpp b/tools/designer/designer/project.cpp index 024d9a181..725e1ced1 100644 --- a/tools/designer/designer/project.cpp +++ b/tools/designer/designer/project.cpp @@ -46,7 +46,7 @@ #include <ntqfile.h> #include <ntqtextstream.h> #include <ntqurl.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqfeatures.h> #include <ntqtextcodec.h> #include <ntqdom.h> diff --git a/tools/designer/designer/project.h b/tools/designer/designer/project.h index f5c6f1485..ed0989d11 100644 --- a/tools/designer/designer/project.h +++ b/tools/designer/designer/project.h @@ -44,7 +44,7 @@ #include "../interfaces/projectsettingsiface.h" #include "sourcefile.h" #include "formfile.h" -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqptrdict.h> #include "formfile.h" diff --git a/tools/designer/designer/projectsettingsimpl.cpp b/tools/designer/designer/projectsettingsimpl.cpp index 19f6fedeb..d76638013 100644 --- a/tools/designer/designer/projectsettingsimpl.cpp +++ b/tools/designer/designer/projectsettingsimpl.cpp @@ -46,7 +46,7 @@ #include <ntqcheckbox.h> #include <ntqfiledialog.h> #include <ntqcombobox.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqheader.h> #include <ntqpushbutton.h> #include <ntqlabel.h> diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp index 78bb88b78..99dfa2542 100644 --- a/tools/designer/designer/propertyeditor.cpp +++ b/tools/designer/designer/propertyeditor.cpp @@ -64,7 +64,7 @@ #include <ntqfontdialog.h> #include <ntqspinbox.h> #include <ntqevent.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqlistbox.h> #include <ntqfontdatabase.h> #include <ntqcolor.h> diff --git a/tools/designer/designer/propertyobject.h b/tools/designer/designer/propertyobject.h index 51c9db314..7aee8a15f 100644 --- a/tools/designer/designer/propertyobject.h +++ b/tools/designer/designer/propertyobject.h @@ -1,7 +1,7 @@ #ifndef PROPERTYOBJECT_H #define PROPERTYOBJECT_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqwidgetlist.h> #include <ntqcursor.h> diff --git a/tools/designer/designer/resource.cpp b/tools/designer/designer/resource.cpp index f683d3ec3..99a016e5f 100644 --- a/tools/designer/designer/resource.cpp +++ b/tools/designer/designer/resource.cpp @@ -67,8 +67,8 @@ #include <ntqmenudata.h> #include <ntqmessagebox.h> #include <ntqmetaobject.h> -#include <ntqobject.h> -#include <ntqobjectlist.h> +#include <tqobject.h> +#include <tqobjectlist.h> #include <ntqtabbar.h> #ifndef TQT_NO_TABLE #include <ntqtable.h> diff --git a/tools/designer/designer/sourcefile.h b/tools/designer/designer/sourcefile.h index b659efaa9..3eee5d420 100644 --- a/tools/designer/designer/sourcefile.h +++ b/tools/designer/designer/sourcefile.h @@ -34,7 +34,7 @@ #ifndef SOURCEFILE_H #define SOURCEFILE_H -#include <ntqobject.h> +#include <tqobject.h> #include "timestamp.h" struct DesignerSourceFile; diff --git a/tools/designer/designer/startdialogimpl.cpp b/tools/designer/designer/startdialogimpl.cpp index 0b5200fdd..8040a4aad 100644 --- a/tools/designer/designer/startdialogimpl.cpp +++ b/tools/designer/designer/startdialogimpl.cpp @@ -7,7 +7,7 @@ #include <ntqfiledialog.h> #include <ntqtabwidget.h> #include <ntqpoint.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqpushbutton.h> #include <ntqlayout.h> #include <ntqfileinfo.h> diff --git a/tools/designer/designer/timestamp.h b/tools/designer/designer/timestamp.h index bdb88d801..f63e687b5 100644 --- a/tools/designer/designer/timestamp.h +++ b/tools/designer/designer/timestamp.h @@ -34,7 +34,7 @@ #ifndef TIMESTAMP_H #define TIMESTAMP_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqdatetime.h> #include <ntqtimer.h> diff --git a/tools/designer/designer/widgetfactory.cpp b/tools/designer/designer/widgetfactory.cpp index 7a2e45865..6ad1b02d0 100644 --- a/tools/designer/designer/widgetfactory.cpp +++ b/tools/designer/designer/widgetfactory.cpp @@ -75,7 +75,7 @@ #include <ntqtabbar.h> #include <ntqlistbox.h> #include <ntqlistview.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqlcdnumber.h> #include <ntqslider.h> #include <ntqdial.h> @@ -101,7 +101,7 @@ #define NO_STATIC_COLORS #include <globaldefs.h> -#include <ntqobject.h> +#include <tqobject.h> FormWindow *find_formwindow( TQWidget *w ) { diff --git a/tools/designer/designer/widgetfactory.h b/tools/designer/designer/widgetfactory.h index c49066b4f..84aee8034 100644 --- a/tools/designer/designer/widgetfactory.h +++ b/tools/designer/designer/widgetfactory.h @@ -43,7 +43,7 @@ #include <ntqsize.h> #include <ntqpainter.h> #include <ntqevent.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqlabel.h> #include <ntqwizard.h> #include <ntqptrdict.h> diff --git a/tools/designer/designer/workspace.cpp b/tools/designer/designer/workspace.cpp index be050bce5..fa02c86c9 100644 --- a/tools/designer/designer/workspace.cpp +++ b/tools/designer/designer/workspace.cpp @@ -49,7 +49,7 @@ #include <ntqapplication.h> #include <ntqpainter.h> #include <ntqpen.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> #include <ntqworkspace.h> #include <ntqpopupmenu.h> #include <ntqtextstream.h> |
