summaryrefslogtreecommitdiffstats
path: root/examples/themes
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-29 12:43:23 +0900
committerMichele Calgaro <[email protected]>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /examples/themes
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/themes')
-rw-r--r--examples/themes/metal.cpp8
-rw-r--r--examples/themes/wood.cpp6
2 files changed, 7 insertions, 7 deletions
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp
index 02ec1c4ad..557edf7c7 100644
--- a/examples/themes/metal.cpp
+++ b/examples/themes/metal.cpp
@@ -12,7 +12,7 @@
#ifndef TQT_NO_STYLE_WINDOWS
#include "ntqapplication.h"
-#include "ntqcombobox.h"
+#include "tqcombobox.h"
#include "tqpainter.h"
#include "ntqdrawutil.h" // for now
#include "tqpixmap.h" // for now
@@ -20,11 +20,11 @@
#include "tqwidget.h"
#include "tqlabel.h"
#include "tqimage.h"
-#include "ntqpushbutton.h"
+#include "tqpushbutton.h"
#include "tqwidget.h"
#include "ntqrangecontrol.h"
-#include "ntqscrollbar.h"
-#include "ntqslider.h"
+#include "tqscrollbar.h"
+#include "tqslider.h"
#include <limits.h>
diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp
index 891cf2bf5..a217cebad 100644
--- a/examples/themes/wood.cpp
+++ b/examples/themes/wood.cpp
@@ -12,7 +12,7 @@
#ifndef TQT_NO_STYLE_WINDOWS
#include "ntqapplication.h"
-#include "ntqcombobox.h"
+#include "tqcombobox.h"
#include "tqpainter.h"
#include "ntqdrawutil.h" // for now
#include "tqpixmap.h" // for now
@@ -20,10 +20,10 @@
#include "tqwidget.h"
#include "tqlabel.h"
#include "tqimage.h"
-#include "ntqpushbutton.h"
+#include "tqpushbutton.h"
#include "tqwidget.h"
#include "ntqrangecontrol.h"
-#include "ntqscrollbar.h"
+#include "tqscrollbar.h"
#include <limits.h>
#include "tqstylefactory.h"