summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /src/dialogs
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout 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/qerrormessage.cpp2
-rw-r--r--src/dialogs/qinputdialog.cpp2
-rw-r--r--src/dialogs/qprintdialog.cpp2
-rw-r--r--src/dialogs/tqcolordialog.cpp2
-rw-r--r--src/dialogs/tqdialog.cpp2
-rw-r--r--src/dialogs/tqfiledialog.cpp6
-rw-r--r--src/dialogs/tqfontdialog.cpp6
-rw-r--r--src/dialogs/tqtabdialog.cpp2
-rw-r--r--src/dialogs/tqwizard.cpp2
9 files changed, 13 insertions, 13 deletions
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp
index 2580d9e9..53691afe 100644
--- a/src/dialogs/qerrormessage.cpp
+++ b/src/dialogs/qerrormessage.cpp
@@ -46,7 +46,7 @@
#include "tqcheckbox.h"
#include "tqdict.h"
#include "tqlabel.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "ntqmessagebox.h"
#include "tqpushbutton.h"
#include "tqstringlist.h"
diff --git a/src/dialogs/qinputdialog.cpp b/src/dialogs/qinputdialog.cpp
index 6b16af01..8d61ec33 100644
--- a/src/dialogs/qinputdialog.cpp
+++ b/src/dialogs/qinputdialog.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_INPUTDIALOG
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqlabel.h"
#include "tqlineedit.h"
#include "tqpushbutton.h"
diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp
index a47604bd..16c964f5 100644
--- a/src/dialogs/qprintdialog.cpp
+++ b/src/dialogs/qprintdialog.cpp
@@ -52,7 +52,7 @@
#include "tqpushbutton.h"
#include "tqprinter.h"
#include "tqlistview.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqbuttongroup.h"
#include "tqradiobutton.h"
#include "tqspinbox.h"
diff --git a/src/dialogs/tqcolordialog.cpp b/src/dialogs/tqcolordialog.cpp
index a92f3af5..56f61003 100644
--- a/src/dialogs/tqcolordialog.cpp
+++ b/src/dialogs/tqcolordialog.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_COLORDIALOG
#include "tqpainter.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqlabel.h"
#include "tqpushbutton.h"
#include "tqlineedit.h"
diff --git a/src/dialogs/tqdialog.cpp b/src/dialogs/tqdialog.cpp
index f3f05ae5..1852d6d6 100644
--- a/src/dialogs/tqdialog.cpp
+++ b/src/dialogs/tqdialog.cpp
@@ -47,7 +47,7 @@
#include "ntqapplication.h"
#include "tqobjectlist.h"
#include "tqwidgetlist.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqsizegrip.h"
#include "tqwhatsthis.h"
#include "tqpopupmenu.h"
diff --git a/src/dialogs/tqfiledialog.cpp b/src/dialogs/tqfiledialog.cpp
index 5ac7307a..cf4eed71 100644
--- a/src/dialogs/tqfiledialog.cpp
+++ b/src/dialogs/tqfiledialog.cpp
@@ -66,10 +66,10 @@
#include "tqdragobject.h"
#include "tqfile.h"
#include "ntqguardedptr.h"
-#include "ntqhbox.h"
+#include "tqhbox.h"
#include "tqheader.h"
#include "tqlabel.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "ntqlibrary.h"
#include "tqlineedit.h"
#include "tqlistbox.h"
@@ -91,7 +91,7 @@
#include "tqtimer.h"
#include "tqtoolbutton.h"
#include "tqtooltip.h"
-#include "ntqvbox.h"
+#include "tqvbox.h"
#include "tqwidgetstack.h"
#ifdef TQ_WS_X11
diff --git a/src/dialogs/tqfontdialog.cpp b/src/dialogs/tqfontdialog.cpp
index 8ea7e9ea..d7a39390 100644
--- a/src/dialogs/tqfontdialog.cpp
+++ b/src/dialogs/tqfontdialog.cpp
@@ -49,9 +49,9 @@
#include "tqpushbutton.h"
#include "tqcheckbox.h"
#include "tqcombobox.h"
-#include "ntqlayout.h"
-#include "ntqvgroupbox.h"
-#include "ntqhgroupbox.h"
+#include "tqlayout.h"
+#include "tqvgroupbox.h"
+#include "tqhgroupbox.h"
#include "tqlabel.h"
#include "ntqapplication.h"
#include "tqfontdatabase.h"
diff --git a/src/dialogs/tqtabdialog.cpp b/src/dialogs/tqtabdialog.cpp
index 0d00244e..f3ae9a74 100644
--- a/src/dialogs/tqtabdialog.cpp
+++ b/src/dialogs/tqtabdialog.cpp
@@ -51,7 +51,7 @@
#include "ntqapplication.h"
#include "tqtabwidget.h"
#include "tqwidgetstack.h"
-#include "ntqlayout.h"
+#include "tqlayout.h"
/*!
\class TQTabDialog tqtabdialog.h
diff --git a/src/dialogs/tqwizard.cpp b/src/dialogs/tqwizard.cpp
index 2b4c4668..b7dfa91c 100644
--- a/src/dialogs/tqwizard.cpp
+++ b/src/dialogs/tqwizard.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_WIZARD
-#include "ntqlayout.h"
+#include "tqlayout.h"
#include "tqpushbutton.h"
#include "ntqcursor.h"
#include "tqlabel.h"