diff options
author | Michele Calgaro <[email protected]> | 2023-11-05 11:54:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-05 22:44:03 +0900 |
commit | 0008104748e6613c41d60b0545c07ed34e16ddec (patch) | |
tree | 12b1131ace7823c35c51d7f03002ed0e9f476dbd /kmymoney2/mymoney/mymoneyutils.h | |
parent | a84f7caff6a73b3d554279d41b9a00aa15ad1400 (diff) | |
download | kmymoney-0008104748e6613c41d60b0545c07ed34e16ddec.tar.gz kmymoney-0008104748e6613c41d60b0545c07ed34e16ddec.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 96c67c9b3924ab034d3d34aa03d3ea7cf0746587)
Diffstat (limited to 'kmymoney2/mymoney/mymoneyutils.h')
-rw-r--r-- | kmymoney2/mymoney/mymoneyutils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/mymoney/mymoneyutils.h b/kmymoney2/mymoney/mymoneyutils.h index e2e2ea1..94b7ccc 100644 --- a/kmymoney2/mymoney/mymoneyutils.h +++ b/kmymoney2/mymoney/mymoneyutils.h @@ -162,7 +162,7 @@ KMYMONEY_EXPORT void _CheckMemory_End(); #endif // _CHECK_MEMORY /** - * This function returns a date in the form specified by Qt::ISODate. + * This function returns a date in the form specified by TQt::ISODate. * If the @p date is invalid an empty string will be returned. * * @param date const reference to date to be converted @@ -172,11 +172,11 @@ KMYMONEY_EXPORT TQString dateToString(const TQDate& date); /** * This function returns a date as TQDate object as specified by - * the parameter @p str. @p str must be in Qt::ISODate format. + * the parameter @p str. @p str must be in TQt::ISODate format. * If @p str is empty or contains an invalid date, TQDate() is * returned. * - * @param str date in Qt::ISODate format + * @param str date in TQt::ISODate format * @return TQDate object */ KMYMONEY_EXPORT TQDate stringToDate(const TQString& str); |