From 98876ba8c52c0fc2f38c258476bc9637f055d576 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:37:12 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- doc/kalarm/index.docbook | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/kalarm/index.docbook') diff --git a/doc/kalarm/index.docbook b/doc/kalarm/index.docbook index 48b283f92..a85022ff1 100644 --- a/doc/kalarm/index.docbook +++ b/doc/kalarm/index.docbook @@ -2933,12 +2933,12 @@ bool scheduleMessage(const TQString& message, Specifies the scheduled date, or date and time, at which the message should be displayed. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. @@ -3176,12 +3176,12 @@ displayed in the message to be scheduled. Specifies the scheduled date, or date and time, at which the file should be displayed. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. @@ -3383,12 +3383,12 @@ parameter contains a shell command line or a command script. Specifies the scheduled date, or date and time, at which the command should be executed. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. @@ -3599,12 +3599,12 @@ email attachments. Specifies the scheduled date, or date and time, at which the email should be sent. For a date-only alarm, the string should be in the format YYYY-MM-DD (as returned by -QDate::toString(Qt::ISODate)). For an alarm +QDate::toString(TQt::ISODate)). For an alarm with a date and time, the string should be in the format YYYY-MM-DDTHH:MM[:SS] (as returned by -QDateTime::toString(Qt::ISODate)) or +QDateTime::toString(TQt::ISODate)) or HH:MM[:SS] (as returned by -QTime::toString(Qt::ISODate)). If no date is +QTime::toString(TQt::ISODate)). If no date is specified, today's date is used. Note that any seconds value is ignored. -- cgit v1.2.1