summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 15:05:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:55 +0900
commit7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch)
tree015fd18fdc62bce380935d546b677aa965b090c6 /src/dialogs
parentccbc1c3572fd0e26480c1432fff55d2909545538 (diff)
downloadtqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz
tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/qcolordialog.cpp2
-rw-r--r--src/dialogs/qerrormessage.cpp2
-rw-r--r--src/dialogs/qfiledialog.cpp2
-rw-r--r--src/dialogs/qfontdialog.cpp2
-rw-r--r--src/dialogs/qmessagebox.cpp2
-rw-r--r--src/dialogs/qprintdialog.cpp2
-rw-r--r--src/dialogs/qprogressdialog.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp
index ca38f9c1..4678494d 100644
--- a/src/dialogs/qcolordialog.cpp
+++ b/src/dialogs/qcolordialog.cpp
@@ -54,7 +54,7 @@
#include "ntqdragobject.h"
#include "ntqgridview.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqsettings.h"
#include "ntqpopupmenu.h"
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp
index e2b302e5..403c44e1 100644
--- a/src/dialogs/qerrormessage.cpp
+++ b/src/dialogs/qerrormessage.cpp
@@ -50,7 +50,7 @@
#include "ntqmessagebox.h"
#include "ntqpushbutton.h"
#include "tqstringlist.h"
-#include "ntqstylesheet.h"
+#include "tqstylesheet.h"
#include "tqtextview.h"
#include <stdio.h>
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp
index db7b5cbe..79fe3334 100644
--- a/src/dialogs/qfiledialog.cpp
+++ b/src/dialogs/qfiledialog.cpp
@@ -87,7 +87,7 @@
#include "ntqregexp.h"
#include "ntqsplitter.h"
#include "tqstrlist.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqtimer.h"
#include "ntqtoolbutton.h"
#include "ntqtooltip.h"
diff --git a/src/dialogs/qfontdialog.cpp b/src/dialogs/qfontdialog.cpp
index d81c0147..dfb9731e 100644
--- a/src/dialogs/qfontdialog.cpp
+++ b/src/dialogs/qfontdialog.cpp
@@ -55,7 +55,7 @@
#include "ntqlabel.h"
#include "ntqapplication.h"
#include "ntqfontdatabase.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include <private/qfontdata_p.h>
#include <ntqvalidator.h>
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp
index 6d991b3b..eba00741 100644
--- a/src/dialogs/qmessagebox.cpp
+++ b/src/dialogs/qmessagebox.cpp
@@ -47,7 +47,7 @@
#include "ntqpushbutton.h"
#include "tqimage.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "tqobjectlist.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp
index 2402de7d..92e5d5ec 100644
--- a/src/dialogs/qprintdialog.cpp
+++ b/src/dialogs/qprintdialog.cpp
@@ -58,7 +58,7 @@
#include "ntqspinbox.h"
#include "ntqapplication.h"
#include "ntqheader.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "tqstring.h"
#include "ntqregexp.h"
#if !defined(TQT_NO_CUPS) || !defined(TQT_NO_NIS)
diff --git a/src/dialogs/qprogressdialog.cpp b/src/dialogs/qprogressdialog.cpp
index e139ad3b..0424a9ec 100644
--- a/src/dialogs/qprogressdialog.cpp
+++ b/src/dialogs/qprogressdialog.cpp
@@ -47,7 +47,7 @@
#include "ntqdrawutil.h"
#include "ntqdatetime.h"
#include "ntqapplication.h"
-#include "ntqstyle.h"
+#include "tqstyle.h"
#include "ntqpushbutton.h"
#include "ntqcursor.h"
#include "ntqtimer.h"