diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:52:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 367ff3fb9e3933f6704c98359cdd8d934ace941f (patch) | |
tree | 7e03c953d16dcaf0e89f54079b8415a578a22893 /src/dialogs | |
parent | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff) | |
download | tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.tar.gz tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.zip |
Rename global classes 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/tqfiledialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/tqfiledialog.cpp b/src/dialogs/tqfiledialog.cpp index cf4eed715..4ae0469d6 100644 --- a/src/dialogs/tqfiledialog.cpp +++ b/src/dialogs/tqfiledialog.cpp @@ -65,7 +65,7 @@ #include "ntqcursor.h" #include "tqdragobject.h" #include "tqfile.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h" #include "tqhbox.h" #include "tqheader.h" #include "tqlabel.h" @@ -115,7 +115,7 @@ #ifdef TQ_WS_MAC #include "qt_mac.h" -extern TQString qt_mac_precomposeFileName(const TQString &); // qglobal.cpp +extern TQString qt_mac_precomposeFileName(const TQString &); // tqglobal.cpp #undef check #endif |