diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-14 23:26:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-16 17:21:49 +0900 |
commit | 37c7209e872283e9d879156606dcad818d8bc34a (patch) | |
tree | 171f46f2bb2901c799ea7bd24cb19644ff888f4f /tde-i18n-en_GB/docs/tdepim/kalarm | |
parent | 5a93fc87228b33476cc254aa1914318d14678501 (diff) | |
download | tde-i18n-37c7209e872283e9d879156606dcad818d8bc34a.tar.gz tde-i18n-37c7209e872283e9d879156606dcad818d8bc34a.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tde-i18n-en_GB/docs/tdepim/kalarm')
-rw-r--r-- | tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook b/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook index 2cd1eb8519d..21be5fb61bc 100644 --- a/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook +++ b/tde-i18n-en_GB/docs/tdepim/kalarm/index.docbook @@ -2941,12 +2941,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> @@ -3184,12 +3184,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> @@ -3391,12 +3391,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> @@ -3607,12 +3607,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> |