diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-09 10:37:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-10 09:18:39 +0900 |
commit | 7a712e6185fe1086345a4ad970291444548f60a2 (patch) | |
tree | 6dd0b17b51cc004a16901d02e791fb031d927d51 /doc/kalarm | |
parent | 8a66634debeb3242ec542056469b6e07d5427968 (diff) | |
download | tdepim-7a712e6185fe1086345a4ad970291444548f60a2.tar.gz tdepim-7a712e6185fe1086345a4ad970291444548f60a2.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98876ba8c52c0fc2f38c258476bc9637f055d576)
Diffstat (limited to 'doc/kalarm')
-rw-r--r-- | doc/kalarm/index.docbook | 24 |
1 files changed, 12 insertions, 12 deletions
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& <replaceable>message</replaceable>, <para>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 <quote>YYYY-MM-DD</quote> (as returned by -<methodname>QDate::toString(Qt::ISODate)</methodname>). For an alarm +<methodname>QDate::toString(TQt::ISODate)</methodname>). For an alarm with a date and time, the string should be in the format <quote>YYYY-MM-DDTHH:MM[:SS]</quote> (as returned by -<methodname>QDateTime::toString(Qt::ISODate)</methodname>) or +<methodname>QDateTime::toString(TQt::ISODate)</methodname>) or <quote>HH:MM[:SS]</quote> (as returned by -<methodname>QTime::toString(Qt::ISODate)</methodname>). If no date is +<methodname>QTime::toString(TQt::ISODate)</methodname>). If no date is specified, today's date is used. Note that any seconds value is ignored.</para> </listitem> @@ -3176,12 +3176,12 @@ displayed in the message to be scheduled.</para> <para>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 <quote>YYYY-MM-DD</quote> (as returned by -<methodname>QDate::toString(Qt::ISODate)</methodname>). For an alarm +<methodname>QDate::toString(TQt::ISODate)</methodname>). For an alarm with a date and time, the string should be in the format <quote>YYYY-MM-DDTHH:MM[:SS]</quote> (as returned by -<methodname>QDateTime::toString(Qt::ISODate)</methodname>) or +<methodname>QDateTime::toString(TQt::ISODate)</methodname>) or <quote>HH:MM[:SS]</quote> (as returned by -<methodname>QTime::toString(Qt::ISODate)</methodname>). If no date is +<methodname>QTime::toString(TQt::ISODate)</methodname>). If no date is specified, today's date is used. Note that any seconds value is ignored.</para> </listitem> @@ -3383,12 +3383,12 @@ parameter contains a shell command line or a command script.</para> <para>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 <quote>YYYY-MM-DD</quote> (as returned by -<methodname>QDate::toString(Qt::ISODate)</methodname>). For an alarm +<methodname>QDate::toString(TQt::ISODate)</methodname>). For an alarm with a date and time, the string should be in the format <quote>YYYY-MM-DDTHH:MM[:SS]</quote> (as returned by -<methodname>QDateTime::toString(Qt::ISODate)</methodname>) or +<methodname>QDateTime::toString(TQt::ISODate)</methodname>) or <quote>HH:MM[:SS]</quote> (as returned by -<methodname>QTime::toString(Qt::ISODate)</methodname>). If no date is +<methodname>QTime::toString(TQt::ISODate)</methodname>). If no date is specified, today's date is used. Note that any seconds value is ignored.</para> </listitem> @@ -3599,12 +3599,12 @@ email attachments.</para> <para>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 <quote>YYYY-MM-DD</quote> (as returned by -<methodname>QDate::toString(Qt::ISODate)</methodname>). For an alarm +<methodname>QDate::toString(TQt::ISODate)</methodname>). For an alarm with a date and time, the string should be in the format <quote>YYYY-MM-DDTHH:MM[:SS]</quote> (as returned by -<methodname>QDateTime::toString(Qt::ISODate)</methodname>) or +<methodname>QDateTime::toString(TQt::ISODate)</methodname>) or <quote>HH:MM[:SS]</quote> (as returned by -<methodname>QTime::toString(Qt::ISODate)</methodname>). If no date is +<methodname>QTime::toString(TQt::ISODate)</methodname>). If no date is specified, today's date is used. Note that any seconds value is ignored.</para> </listitem> |