diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /tools | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/mainwindow.ui | 2 | ||||
-rw-r--r-- | tools/assistant/tabbedbrowser.ui | 2 | ||||
-rw-r--r-- | tools/assistant/tabbedbrowser.ui.h | 2 | ||||
-rw-r--r-- | tools/designer/designer/actiondnd.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/mainwindow.cpp | 4 | ||||
-rw-r--r-- | tools/designer/designer/mainwindowactions.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/menubareditor.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/popupmenueditor.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/propertyeditor.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/styledbutton.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/widgetaction.cpp | 4 | ||||
-rw-r--r-- | tools/qtconfig/colorbutton.cpp | 2 | ||||
-rw-r--r-- | tools/qtconfig/mainwindow.cpp | 4 |
13 files changed, 16 insertions, 16 deletions
diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui index 6461c640e..0542663de 100644 --- a/tools/assistant/mainwindow.ui +++ b/tools/assistant/mainwindow.ui @@ -584,7 +584,7 @@ <include location="global" impldecl="in implementation">stdlib.h</include> <include location="global" impldecl="in implementation">ntqmime.h</include> <include location="local" impldecl="in implementation">helpwindow.h</include> - <include location="global" impldecl="in implementation">ntqstylesheet.h</include> + <include location="global" impldecl="in implementation">tqstylesheet.h</include> <include location="global" impldecl="in implementation">ntqapplication.h</include> <include location="local" impldecl="in implementation">helpdialogimpl.h</include> <include location="global" impldecl="in implementation">ntqdir.h</include> diff --git a/tools/assistant/tabbedbrowser.ui b/tools/assistant/tabbedbrowser.ui index 906fcecb1..8b773d195 100644 --- a/tools/assistant/tabbedbrowser.ui +++ b/tools/assistant/tabbedbrowser.ui @@ -81,7 +81,7 @@ <include location="global" impldecl="in declaration">ntqsettings.h</include> <include location="local" impldecl="in implementation">helpwindow.h</include> <include location="local" impldecl="in implementation">mainwindow.h</include> - <include location="global" impldecl="in implementation">ntqstylesheet.h</include> + <include location="global" impldecl="in implementation">tqstylesheet.h</include> <include location="global" impldecl="in implementation">ntqmime.h</include> <include location="local" impldecl="in implementation">tabbedbrowser.ui.h</include> </includes> diff --git a/tools/assistant/tabbedbrowser.ui.h b/tools/assistant/tabbedbrowser.ui.h index b5c5bd5e6..2c4f180cb 100644 --- a/tools/assistant/tabbedbrowser.ui.h +++ b/tools/assistant/tabbedbrowser.ui.h @@ -11,7 +11,7 @@ #include <ntqtoolbutton.h> #include <ntqpixmap.h> #include <tqiconset.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <ntqtimer.h> #include "config.h" diff --git a/tools/designer/designer/actiondnd.cpp b/tools/designer/designer/actiondnd.cpp index ba791d06c..fc24abc10 100644 --- a/tools/designer/designer/actiondnd.cpp +++ b/tools/designer/designer/actiondnd.cpp @@ -51,7 +51,7 @@ #include <ntqmessagebox.h> #include <tqobjectlist.h> #include <ntqpainter.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <ntqtimer.h> TQAction *ActionDrag::the_action = 0; diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index 6da309848..56209f202 100644 --- a/tools/designer/designer/mainwindow.cpp +++ b/tools/designer/designer/mainwindow.cpp @@ -99,7 +99,7 @@ #include <ntqmessagebox.h> #include <ntqbuffer.h> #include <ntqdir.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <ntqlabel.h> #include <ntqstatusbar.h> #include <ntqfile.h> @@ -109,7 +109,7 @@ #include <ntqtimer.h> #include <ntqlistbox.h> #include <ntqdockwindow.h> -#include <ntqstylefactory.h> +#include <tqstylefactory.h> #include <ntqvbox.h> #include <ntqprocess.h> #include <ntqsettings.h> diff --git a/tools/designer/designer/mainwindowactions.cpp b/tools/designer/designer/mainwindowactions.cpp index 52b6e7a06..fd40e5aa8 100644 --- a/tools/designer/designer/mainwindowactions.cpp +++ b/tools/designer/designer/mainwindowactions.cpp @@ -42,7 +42,7 @@ #include <ntqtooltip.h> #include <ntqapplication.h> #include <ntqsignalmapper.h> -#include <ntqstylefactory.h> +#include <tqstylefactory.h> #include <ntqworkspace.h> #include <ntqmessagebox.h> #include <ntqstatusbar.h> diff --git a/tools/designer/designer/menubareditor.cpp b/tools/designer/designer/menubareditor.cpp index fa763b54f..d65891f94 100644 --- a/tools/designer/designer/menubareditor.cpp +++ b/tools/designer/designer/menubareditor.cpp @@ -38,7 +38,7 @@ #include <ntqlineedit.h> #include <ntqmainwindow.h> #include <ntqpainter.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include "command.h" #include "formwindow.h" #include "menubareditor.h" diff --git a/tools/designer/designer/popupmenueditor.cpp b/tools/designer/designer/popupmenueditor.cpp index 721521621..3f0780bde 100644 --- a/tools/designer/designer/popupmenueditor.cpp +++ b/tools/designer/designer/popupmenueditor.cpp @@ -41,7 +41,7 @@ #include <ntqpopupmenu.h> #include <ntqrect.h> #include <ntqsize.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <ntqtimer.h> #include "actiondnd.h" #include "actioneditorimpl.h" diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp index 436d6a75d..18d9e5202 100644 --- a/tools/designer/designer/propertyeditor.cpp +++ b/tools/designer/designer/propertyeditor.cpp @@ -81,7 +81,7 @@ #include <ntqdragobject.h> #include <tqdom.h> #include <ntqprocess.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <ntqdatetimeedit.h> #include <ntqassistantclient.h> #include <ntqdrawutil.h> diff --git a/tools/designer/designer/styledbutton.cpp b/tools/designer/designer/styledbutton.cpp index f3a31001d..ef4b835e7 100644 --- a/tools/designer/designer/styledbutton.cpp +++ b/tools/designer/designer/styledbutton.cpp @@ -43,7 +43,7 @@ #include <ntqpixmap.h> #include <ntqapplication.h> #include <ntqdragobject.h> -#include <ntqstyle.h> +#include <tqstyle.h> StyledButton::StyledButton(TQWidget* parent, const char* name) : TQButton( parent, name ), pix( 0 ), spix( 0 ), s( 0 ), formWindow( 0 ), mousePressed( FALSE ) diff --git a/tools/designer/designer/widgetaction.cpp b/tools/designer/designer/widgetaction.cpp index 300326528..62a4f7e4b 100644 --- a/tools/designer/designer/widgetaction.cpp +++ b/tools/designer/designer/widgetaction.cpp @@ -35,8 +35,8 @@ #include <tqwidget.h> #include <ntqtoolbutton.h> #include "mainwindow.h" -#include <ntqstylefactory.h> -#include <ntqstyle.h> +#include <tqstylefactory.h> +#include <tqstyle.h> static TQStyle *windowsStyle = 0; diff --git a/tools/qtconfig/colorbutton.cpp b/tools/qtconfig/colorbutton.cpp index 2d8668c21..97244b586 100644 --- a/tools/qtconfig/colorbutton.cpp +++ b/tools/qtconfig/colorbutton.cpp @@ -37,7 +37,7 @@ #include <ntqcolordialog.h> #include <ntqpainter.h> #include <ntqdragobject.h> -#include <ntqstyle.h> +#include <tqstyle.h> ColorButton::ColorButton(TQWidget *parent, const char *name) diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp index c97d2f6c5..429f4fd78 100644 --- a/tools/qtconfig/mainwindow.cpp +++ b/tools/qtconfig/mainwindow.cpp @@ -39,7 +39,7 @@ #include <ntqlabel.h> #include <ntqapplication.h> #include <ntqcombobox.h> -#include <ntqstylefactory.h> +#include <tqstylefactory.h> #include <ntqinputcontextfactory.h> #include <tqobjectlist.h> #include <ntqfontdatabase.h> @@ -53,7 +53,7 @@ #include <ntqsettings.h> #include <ntqmessagebox.h> #include <tqtextview.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <stdlib.h> |