summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-27 21:53:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-29 13:21:04 +0900
commit2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch)
tree065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /src/tools
parenta09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff)
downloadtqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz
tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/ntqfileinfo.h2
-rw-r--r--src/tools/ntqsettings.h2
-rw-r--r--src/tools/qcomlibrary.cpp2
-rw-r--r--src/tools/qfeatures.txt4
-rw-r--r--src/tools/qfileinfo.cpp2
-rw-r--r--src/tools/qfileinfo_unix.cpp2
-rw-r--r--src/tools/qglobal.cpp2
-rw-r--r--src/tools/qt_tools.pri4
-rw-r--r--src/tools/quuid.cpp2
-rw-r--r--src/tools/tqdatetime.cpp (renamed from src/tools/qdatetime.cpp)8
-rw-r--r--src/tools/tqdatetime.h (renamed from src/tools/ntqdatetime.h)0
11 files changed, 15 insertions, 15 deletions
diff --git a/src/tools/ntqfileinfo.h b/src/tools/ntqfileinfo.h
index eab7f63d1..3c4e3b3a3 100644
--- a/src/tools/ntqfileinfo.h
+++ b/src/tools/ntqfileinfo.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqfile.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#endif // QT_H
diff --git a/src/tools/ntqsettings.h b/src/tools/ntqsettings.h
index f5804e89f..ee8e8e3b2 100644
--- a/src/tools/ntqsettings.h
+++ b/src/tools/ntqsettings.h
@@ -42,7 +42,7 @@
#define TQSETTINGS_H
#ifndef QT_H
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "tqstringlist.h"
#endif // QT_H
diff --git a/src/tools/qcomlibrary.cpp b/src/tools/qcomlibrary.cpp
index 20366db9a..27ffbb8ce 100644
--- a/src/tools/qcomlibrary.cpp
+++ b/src/tools/qcomlibrary.cpp
@@ -42,7 +42,7 @@
#include <ntqapplication.h>
#include <ntqsettings.h>
#include <ntqfileinfo.h>
-#include <ntqdatetime.h>
+#include <tqdatetime.h>
#include <ntqcleanuphandler.h>
#ifndef NO_ERRNO_H
#include <errno.h>
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt
index 6751ce41d..765061ff2 100644
--- a/src/tools/qfeatures.txt
+++ b/src/tools/qfeatures.txt
@@ -170,7 +170,7 @@ SeeAlso: ???
Feature: DATESTRING
Section: Data structures
Requires:
-Name: QDate/QTime/QDateTime toString() and fromString()
+Name: TQDate/TQTime/TQDateTime toString() and fromString()
SeeAlso: ???
Feature: ICONSET
@@ -1048,7 +1048,7 @@ SeeAlso: ???
Feature: DATETIMEEDIT
Section: Widgets
Requires: RICHTEXT SPINWIDGET DATESTRING
-Name: QDateTimeEdit
+Name: TQDateTimeEdit
SeeAlso: ???
Feature: TEXTCODECPLUGIN
diff --git a/src/tools/qfileinfo.cpp b/src/tools/qfileinfo.cpp
index 9ef1462cd..f5e85119b 100644
--- a/src/tools/qfileinfo.cpp
+++ b/src/tools/qfileinfo.cpp
@@ -41,7 +41,7 @@
#include "qplatformdefs.h"
#include "ntqfileinfo.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqdir.h"
#include "qfiledefs_p.h"
#include "ntqdeepcopy.h"
diff --git a/src/tools/qfileinfo_unix.cpp b/src/tools/qfileinfo_unix.cpp
index 0a2036053..159b43ae2 100644
--- a/src/tools/qfileinfo_unix.cpp
+++ b/src/tools/qfileinfo_unix.cpp
@@ -41,7 +41,7 @@
#include "qplatformdefs.h"
#include "ntqfileinfo.h"
#include "qfiledefs_p.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqdir.h"
#include <limits.h>
diff --git a/src/tools/qglobal.cpp b/src/tools/qglobal.cpp
index 21d433d71..910580f7a 100644
--- a/src/tools/qglobal.cpp
+++ b/src/tools/qglobal.cpp
@@ -41,7 +41,7 @@
#include "qplatformdefs.h"
#include "ntqasciidict.h"
-#include <ntqdatetime.h>
+#include <tqdatetime.h>
#include <limits.h>
#include <stdio.h>
#include <limits.h>
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri
index 54cfd4414..b57e00435 100644
--- a/src/tools/qt_tools.pri
+++ b/src/tools/qt_tools.pri
@@ -13,7 +13,7 @@ tools {
$$TOOLS_P/qcomlibrary_p.h \
$$TOOLS_H/ntqcstring.h \
$$TOOLS_H/ntqdatastream.h \
- $$TOOLS_H/ntqdatetime.h \
+ $$TOOLS_H/tqdatetime.h \
$$TOOLS_H/ntqdeepcopy.h \
$$TOOLS_H/ntqdict.h \
$$TOOLS_H/ntqdir.h \
@@ -112,7 +112,7 @@ tools {
$$TOOLS_CPP/qcomlibrary.cpp \
$$TOOLS_CPP/qcstring.cpp \
$$TOOLS_CPP/qdatastream.cpp \
- $$TOOLS_CPP/qdatetime.cpp \
+ $$TOOLS_CPP/tqdatetime.cpp \
$$TOOLS_CPP/qdeepcopy.cpp \
$$TOOLS_CPP/qdir.cpp \
$$TOOLS_CPP/qfile.cpp \
diff --git a/src/tools/quuid.cpp b/src/tools/quuid.cpp
index 15e3b3c6e..34b6e3db7 100644
--- a/src/tools/quuid.cpp
+++ b/src/tools/quuid.cpp
@@ -401,7 +401,7 @@ TQUuid TQUuid::createUuid()
return TQUuid(uuid_string);
}
#else // !Q_OS_LINUX
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "stdlib.h" // For srand/rand
TQUuid TQUuid::createUuid()
{
diff --git a/src/tools/qdatetime.cpp b/src/tools/tqdatetime.cpp
index 51f0e51de..d6f212a12 100644
--- a/src/tools/qdatetime.cpp
+++ b/src/tools/tqdatetime.cpp
@@ -40,7 +40,7 @@
#include "qplatformdefs.h"
-#include "ntqdatetime.h"
+#include "tqdatetime.h"
#include "ntqdatastream.h"
#include "ntqregexp.h"
@@ -202,7 +202,7 @@ static TQString fmtDateTime( const TQString& f, const TQTime* dt = 0, const TQDa
*****************************************************************************/
/*!
- \class TQDate ntqdatetime.h
+ \class TQDate tqdatetime.h
\reentrant
\brief The TQDate class provides date functions.
@@ -1240,7 +1240,7 @@ void TQDate::julianToGregorian( uint jd, int &y, int &m, int &d )
*****************************************************************************/
/*!
- \class TQTime ntqdatetime.h
+ \class TQTime tqdatetime.h
\reentrant
\brief The TQTime class provides clock time functions.
@@ -1862,7 +1862,7 @@ int TQTime::elapsed() const
*****************************************************************************/
/*!
- \class TQDateTime ntqdatetime.h
+ \class TQDateTime tqdatetime.h
\reentrant
\brief The TQDateTime class provides date and time functions.
diff --git a/src/tools/ntqdatetime.h b/src/tools/tqdatetime.h
index 545f1f56b..545f1f56b 100644
--- a/src/tools/ntqdatetime.h
+++ b/src/tools/tqdatetime.h