From 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 13 Oct 2023 18:02:18 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- tde-i18n-fr/docs/tdepim/karm/index.docbook | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tde-i18n-fr/docs/tdepim/karm') diff --git a/tde-i18n-fr/docs/tdepim/karm/index.docbook b/tde-i18n-fr/docs/tdepim/karm/index.docbook index cebaa785b4d..944cc4641a5 100644 --- a/tde-i18n-fr/docs/tdepim/karm/index.docbook +++ b/tde-i18n-fr/docs/tdepim/karm/index.docbook @@ -734,7 +734,7 @@ Imprimé le : 13/07/2004 18:10 Renvoi la version de &karm;. -QString version() +TQString version() @@ -752,7 +752,7 @@ Imprimé le : 13/07/2004 18:10 Renvoi la fermeture de &karm;. -QString quit() +TQString quit() @@ -770,7 +770,7 @@ Imprimé le : 13/07/2004 18:10 Vérifie si une tâche principale existe. -QString hastodo(QString nom_de_la_tâche) +TQString hastodo(TQString nom_de_la_tâche) Paramètres @@ -786,7 +786,7 @@ Imprimé le : 13/07/2004 18:10 Description -hastodo(QString nom_de_la_tâche) est un appel &DCOP; qui recherche une tâche portant un nom précis. Si ce nom est trouvé, un UID iCalendar est renvoyé pour identifier cette tâche. Sinon, une chaîne vide est renvoyée. +hastodo(TQString nom_de_la_tâche) est un appel &DCOP; qui recherche une tâche portant un nom précis. Si ce nom est trouvé, un UID iCalendar est renvoyé pour identifier cette tâche. Sinon, une chaîne vide est renvoyée. C'est dans le fichier iCalendar utilisé actuellement par &karm; que la recherche est faites. Elle porte sur toute l'arborescence, pas seulement sur les tâches principales. Si plusieurs tâches correspondent, c'est la première trouvée qui est renvoyée. @@ -800,7 +800,7 @@ Imprimé le : 13/07/2004 18:10 Ajouter une nouvelle tâche. -QString addtodo(QString tâche_à_ajouter) +TQString addtodo(TQString tâche_à_ajouter) Paramètres @@ -817,7 +817,7 @@ Imprimé le : 13/07/2004 18:10 Description -addtodo(QString tâche_à_faire) est un appel &DCOP; qui ajoute une tâche principale au fichier en cours d'utilisation. L'UID de la nouvelle tâche est renvoyé. +addtodo(TQString tâche_à_faire) est un appel &DCOP; qui ajoute une tâche principale au fichier en cours d'utilisation. L'UID de la nouvelle tâche est renvoyé. -- cgit v1.2.1