diff options
author | Michele Calgaro <[email protected]> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /src/dialogs | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/qfiledialog.cpp | 2 | ||||
-rw-r--r-- | src/dialogs/qprogressdialog.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp index 79fe33346..7dfc1fb2a 100644 --- a/src/dialogs/qfiledialog.cpp +++ b/src/dialogs/qfiledialog.cpp @@ -88,7 +88,7 @@ #include "ntqsplitter.h" #include "tqstrlist.h" #include "tqstyle.h" -#include "ntqtimer.h" +#include "tqtimer.h" #include "ntqtoolbutton.h" #include "ntqtooltip.h" #include "ntqvbox.h" diff --git a/src/dialogs/qprogressdialog.cpp b/src/dialogs/qprogressdialog.cpp index 0424a9ec6..1202d4b76 100644 --- a/src/dialogs/qprogressdialog.cpp +++ b/src/dialogs/qprogressdialog.cpp @@ -45,12 +45,12 @@ #include "ntqaccel.h" #include "ntqpainter.h" #include "ntqdrawutil.h" -#include "ntqdatetime.h" +#include "tqdatetime.h" #include "ntqapplication.h" #include "tqstyle.h" #include "ntqpushbutton.h" #include "ntqcursor.h" -#include "ntqtimer.h" +#include "tqtimer.h" #include <limits.h> // If the operation is expected to take this long (as predicted by |