summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /src/dialogs
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/ntqdialog.h2
-rw-r--r--src/dialogs/qdialog.cpp2
-rw-r--r--src/dialogs/qfiledialog.cpp2
-rw-r--r--src/dialogs/qinputdialog.cpp2
-rw-r--r--src/dialogs/qtabdialog.cpp2
-rw-r--r--src/dialogs/qwizard.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/dialogs/ntqdialog.h b/src/dialogs/ntqdialog.h
index 37582e55..e1d82c17 100644
--- a/src/dialogs/ntqdialog.h
+++ b/src/dialogs/ntqdialog.h
@@ -42,7 +42,7 @@
#define TQDIALOG_H
#ifndef QT_H
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#ifndef TQT_NO_DIALOG
#if 0
diff --git a/src/dialogs/qdialog.cpp b/src/dialogs/qdialog.cpp
index eb952638..6175cc05 100644
--- a/src/dialogs/qdialog.cpp
+++ b/src/dialogs/qdialog.cpp
@@ -46,7 +46,7 @@
#include "ntqfocusdata.h"
#include "ntqapplication.h"
#include "tqobjectlist.h"
-#include "ntqwidgetlist.h"
+#include "tqwidgetlist.h"
#include "ntqlayout.h"
#include "ntqsizegrip.h"
#include "ntqwhatsthis.h"
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index bb02ad2b..2b7ce1b0 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -92,7 +92,7 @@
#include "ntqtoolbutton.h"
#include "ntqtooltip.h"
#include "ntqvbox.h"
-#include "ntqwidgetstack.h"
+#include "tqwidgetstack.h"
#ifdef TQ_WS_X11
#include "private/tqttdeintegration_x11_p.h"
diff --git a/src/dialogs/qinputdialog.cpp b/src/dialogs/qinputdialog.cpp
index ee6c15e7..084039c7 100644
--- a/src/dialogs/qinputdialog.cpp
+++ b/src/dialogs/qinputdialog.cpp
@@ -48,7 +48,7 @@
#include "ntqpushbutton.h"
#include "ntqspinbox.h"
#include "ntqcombobox.h"
-#include "ntqwidgetstack.h"
+#include "tqwidgetstack.h"
#include "ntqvalidator.h"
#include "ntqapplication.h"
diff --git a/src/dialogs/qtabdialog.cpp b/src/dialogs/qtabdialog.cpp
index a9ad79d7..f2601cca 100644
--- a/src/dialogs/qtabdialog.cpp
+++ b/src/dialogs/qtabdialog.cpp
@@ -50,7 +50,7 @@
#include "ntqpixmap.h"
#include "ntqapplication.h"
#include "ntqtabwidget.h"
-#include "ntqwidgetstack.h"
+#include "tqwidgetstack.h"
#include "ntqlayout.h"
/*!
diff --git a/src/dialogs/qwizard.cpp b/src/dialogs/qwizard.cpp
index e8a7eeff..9e1d31a7 100644
--- a/src/dialogs/qwizard.cpp
+++ b/src/dialogs/qwizard.cpp
@@ -46,7 +46,7 @@
#include "ntqpushbutton.h"
#include "ntqcursor.h"
#include "ntqlabel.h"
-#include "ntqwidgetstack.h"
+#include "tqwidgetstack.h"
#include "ntqapplication.h"
#include "ntqptrlist.h"
#include "ntqpainter.h"