diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /src/dialogs | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str 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/ntqinputdialog.h | 2 | ||||
-rw-r--r-- | src/dialogs/qerrormessage.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/qfiledialog.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/qprintdialog.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/dialogs/ntqinputdialog.h b/src/dialogs/ntqinputdialog.h index 125b3556d..32ba9c2ba 100644 --- a/src/dialogs/ntqinputdialog.h +++ b/src/dialogs/ntqinputdialog.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqdialog.h" -#include "ntqstring.h" +#include "tqstring.h" #include "ntqlineedit.h" #endif // QT_H diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp index 5fe1b9bf6..9d27e023a 100644 --- a/src/dialogs/qerrormessage.cpp +++ b/src/dialogs/qerrormessage.cpp @@ -49,7 +49,7 @@ #include "ntqlayout.h" #include "ntqmessagebox.h" #include "ntqpushbutton.h" -#include "ntqstringlist.h" +#include "tqstringlist.h" #include "ntqstylesheet.h" #include "ntqtextview.h" diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp index 911b22c28..db7b5cbe5 100644 --- a/src/dialogs/qfiledialog.cpp +++ b/src/dialogs/qfiledialog.cpp @@ -86,7 +86,7 @@ #include "ntqpushbutton.h" #include "ntqregexp.h" #include "ntqsplitter.h" -#include "ntqstrlist.h" +#include "tqstrlist.h" #include "ntqstyle.h" #include "ntqtimer.h" #include "ntqtoolbutton.h" diff --git a/src/dialogs/qprintdialog.cpp b/src/dialogs/qprintdialog.cpp index 72e84e1dc..0e37e8615 100644 --- a/src/dialogs/qprintdialog.cpp +++ b/src/dialogs/qprintdialog.cpp @@ -59,7 +59,7 @@ #include "ntqapplication.h" #include "ntqheader.h" #include "ntqstyle.h" -#include "ntqstring.h" +#include "tqstring.h" #include "ntqregexp.h" #if !defined(TQT_NO_CUPS) || !defined(TQT_NO_NIS) #include "ntqlibrary.h" |