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/designer | |
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/designer')
-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 |
8 files changed, 10 insertions, 10 deletions
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; |