diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/themes | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/themes')
-rw-r--r-- | examples/themes/metal.cpp | 2 | ||||
-rw-r--r-- | examples/themes/themes.cpp | 2 | ||||
-rw-r--r-- | examples/themes/themes.h | 2 | ||||
-rw-r--r-- | examples/themes/wood.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp index 5f9ead623..edf9fb15c 100644 --- a/examples/themes/metal.cpp +++ b/examples/themes/metal.cpp @@ -13,7 +13,7 @@ #include "ntqapplication.h" #include "ntqcombobox.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp index 4825aef4f..31ac8ade8 100644 --- a/examples/themes/themes.cpp +++ b/examples/themes/themes.cpp @@ -24,7 +24,7 @@ #include <tqpopupmenu.h> #include <tqmenubar.h> #include <ntqmessagebox.h> -#include <ntqfont.h> +#include <tqfont.h> #include <tqstylefactory.h> #include <tqaction.h> #include <tqsignalmapper.h> diff --git a/examples/themes/themes.h b/examples/themes/themes.h index c36e404fe..93e21dde3 100644 --- a/examples/themes/themes.h +++ b/examples/themes/themes.h @@ -11,7 +11,7 @@ #define THEMES_H #include <tqmainwindow.h> -#include <ntqfont.h> +#include <tqfont.h> class TQTabWidget; diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp index 39c737cd3..ef3ab893f 100644 --- a/examples/themes/wood.cpp +++ b/examples/themes/wood.cpp @@ -13,7 +13,7 @@ #include "ntqapplication.h" #include "ntqcombobox.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now |