summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /plugins
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/src/accessible/widgets/qaccessiblewidget.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/src/accessible/widgets/qaccessiblewidget.cpp b/plugins/src/accessible/widgets/qaccessiblewidget.cpp
index b3618013..128c582e 100644
--- a/plugins/src/accessible/widgets/qaccessiblewidget.cpp
+++ b/plugins/src/accessible/widgets/qaccessiblewidget.cpp
@@ -3,24 +3,24 @@
#include <ntqapplication.h>
#include <tqstyle.h>
#include <tqobjectlist.h>
-#include <ntqpushbutton.h>
-#include <ntqslider.h>
-#include <ntqdial.h>
-#include <ntqspinbox.h>
-#include <ntqscrollbar.h>
-#include <ntqslider.h>
-#include <ntqlineedit.h>
+#include <tqpushbutton.h>
+#include <tqslider.h>
+#include <tqdial.h>
+#include <tqspinbox.h>
+#include <tqscrollbar.h>
+#include <tqslider.h>
+#include <tqlineedit.h>
#include <tqlabel.h>
-#include <ntqlcdnumber.h>
+#include <tqlcdnumber.h>
#include <ntqprogressbar.h>
#include <ntqgroupbox.h>
#include <tqtoolbutton.h>
#include <tqwhatsthis.h>
#include <tqtooltip.h>
-#include <ntqscrollview.h>
+#include <tqscrollview.h>
#include <ntqheader.h>
#include <ntqtabbar.h>
-#include <ntqcombobox.h>
+#include <tqcombobox.h>
#include <ntqrangecontrol.h>
#include <ntqlistbox.h>
#include <ntqlistview.h>