diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /examples | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt-7bc57326.tar.gz tqt-7bc57326.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README | 2 | ||||
-rw-r--r-- | examples/demo/dnd/styledbutton.cpp | 2 | ||||
-rw-r--r-- | examples/demo/frame.cpp | 2 | ||||
-rw-r--r-- | examples/demo/textdrawing/helpwindow.cpp | 2 | ||||
-rw-r--r-- | examples/helpviewer/helpwindow.cpp | 2 | ||||
-rw-r--r-- | examples/listboxcombo/listboxcombo.cpp | 2 | ||||
-rw-r--r-- | examples/themes/themes.cpp | 2 | ||||
-rw-r--r-- | examples/themes/wood.cpp | 2 | ||||
-rw-r--r-- | examples/widgets/main.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/examples/README b/examples/README index 10ad6df33..5d2715e0e 100644 --- a/examples/README +++ b/examples/README @@ -374,7 +374,7 @@ themes This examples demonstrates how to draw widgets in different styles (themes). Example themes looking like wood and metal are implemented. You can switch between the different styles at - runtime using the menu. Shows how to create a QStyle subclass. Not + runtime using the menu. Shows how to create a TQStyle subclass. Not for the faint-hearted. tictac diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index b3d7829a2..44d58ee38 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -41,7 +41,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 ), edit( ColorEditor ), s( 0 ), mousePressed( FALSE ) diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index d243e714d..c45f3a591 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -16,7 +16,7 @@ #include <ntqtoolbox.h> #include <ntqpainter.h> #include <tqwidgetstack.h> -#include <ntqstylefactory.h> +#include <tqstylefactory.h> #include <ntqaction.h> #include <ntqsignalmapper.h> #include <ntqdict.h> diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index a4f6772a2..3795d5cb0 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -17,7 +17,7 @@ #include <tqiconset.h> #include <ntqfile.h> #include <tqtextstream.h> -#include <ntqstylesheet.h> +#include <tqstylesheet.h> #include <ntqmessagebox.h> #include <ntqfiledialog.h> #include <ntqapplication.h> diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 98dcd4548..aadf0c04b 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -17,7 +17,7 @@ #include <tqiconset.h> #include <ntqfile.h> #include <tqtextstream.h> -#include <ntqstylesheet.h> +#include <tqstylesheet.h> #include <ntqmessagebox.h> #include <ntqfiledialog.h> #include <ntqapplication.h> diff --git a/examples/listboxcombo/listboxcombo.cpp b/examples/listboxcombo/listboxcombo.cpp index 90ff2e96e..041038fec 100644 --- a/examples/listboxcombo/listboxcombo.cpp +++ b/examples/listboxcombo/listboxcombo.cpp @@ -18,7 +18,7 @@ #include <ntqlabel.h> #include <tqimage.h> #include <ntqpainter.h> -#include <ntqstyle.h> +#include <tqstyle.h> class MyListBoxItem : public TQListBoxItem diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp index 7eee9c990..984297b2a 100644 --- a/examples/themes/themes.cpp +++ b/examples/themes/themes.cpp @@ -25,7 +25,7 @@ #include <ntqmenubar.h> #include <ntqmessagebox.h> #include <ntqfont.h> -#include <ntqstylefactory.h> +#include <tqstylefactory.h> #include <ntqaction.h> #include <ntqsignalmapper.h> #include <ntqdict.h> diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp index c4cf0d4c5..39c737cd3 100644 --- a/examples/themes/wood.cpp +++ b/examples/themes/wood.cpp @@ -25,7 +25,7 @@ #include "ntqrangecontrol.h" #include "ntqscrollbar.h" #include <limits.h> -#include "ntqstylefactory.h" +#include "tqstylefactory.h" /* XPM */ static const char *polish_xpm[] = { diff --git a/examples/widgets/main.cpp b/examples/widgets/main.cpp index 6d7c217d6..b09ada41a 100644 --- a/examples/widgets/main.cpp +++ b/examples/widgets/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqstylefactory.h> +#include <tqstylefactory.h> #include "widgets.h" class MyWidgetView : public WidgetView |