summaryrefslogtreecommitdiffstats
path: root/tde-i18n-fr/docs/tdepim/karm/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-fr/docs/tdepim/karm/index.docbook')
-rw-r--r--tde-i18n-fr/docs/tdepim/karm/index.docbook24
1 files changed, 6 insertions, 18 deletions
diff --git a/tde-i18n-fr/docs/tdepim/karm/index.docbook b/tde-i18n-fr/docs/tdepim/karm/index.docbook
index 4f12526ed80..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
<refpurpose>Renvoi la version de &karm;.</refpurpose>
</refnamediv>
<refsynopsisdiv>
-<synopsis>QString version()
+<synopsis>TQString version()
</synopsis>
</refsynopsisdiv>
<refsect1>
@@ -752,7 +752,7 @@ Imprimé le&nbsp;: 13/07/2004 18:10
<refpurpose>Renvoi la fermeture de &karm;.</refpurpose>
</refnamediv>
<refsynopsisdiv>
-<synopsis>QString quit()
+<synopsis>TQString quit()
</synopsis>
</refsynopsisdiv>
<refsect1>
@@ -770,7 +770,7 @@ Imprimé le&nbsp;: 13/07/2004 18:10
<refpurpose>Vérifie si une tâche principale existe.</refpurpose>
</refnamediv>
<refsynopsisdiv>
-<synopsis>QString hastodo(QString nom_de_la_tâche)
+<synopsis>TQString hastodo(TQString nom_de_la_tâche)
</synopsis>
<refsect2>
<title>Paramètres</title>
@@ -786,7 +786,7 @@ Imprimé le&nbsp;: 13/07/2004 18:10
</refsynopsisdiv>
<refsect1>
<title>Description</title>
-<para><function>hastodo(QString nom_de_la_tâche)</function> 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. </para>
+<para><function>hastodo(TQString nom_de_la_tâche)</function> 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. </para>
<para>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.</para>
</refsect1>
</refentry>
@@ -800,7 +800,7 @@ Imprimé le&nbsp;: 13/07/2004 18:10
<refpurpose>Ajouter une nouvelle tâche.</refpurpose>
</refnamediv>
<refsynopsisdiv>
-<synopsis>QString addtodo(QString tâche_à_ajouter)
+<synopsis>TQString addtodo(TQString tâche_à_ajouter)
</synopsis>
<refsect2>
<title>Paramètres</title>
@@ -817,7 +817,7 @@ Imprimé le&nbsp;: 13/07/2004 18:10
<refsect1>
<title>Description</title>
-<para><function>addtodo(QString tâche_à_faire)</function> 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é. </para>
+<para><function>addtodo(TQString tâche_à_faire)</function> 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é. </para>
</refsect1>
</refentry>
@@ -825,15 +825,3 @@ Imprimé le&nbsp;: 13/07/2004 18:10
&documentation.index;
</book>
-
-<!--
-Local Variables:
-mode: sgml
-sgml-minimize-attributes:nil
-sgml-general-insert-case:lower
-sgml-indent-step:0
-sgml-indent-data:nil
-End:
-
-// vim:ts=2:sw=2:tw=78:noet
--->