summaryrefslogtreecommitdiffstats
path: root/doc/karm/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/karm/index.docbook')
-rw-r--r--doc/karm/index.docbook12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/karm/index.docbook b/doc/karm/index.docbook
index 08de3cc4..e8d6495e 100644
--- a/doc/karm/index.docbook
+++ b/doc/karm/index.docbook
@@ -1117,7 +1117,7 @@ times were reset.</para></glossdef> </glossentry>
</refnamediv>
<refsynopsisdiv>
<synopsis>
-QString version()
+TQString version()
</synopsis>
</refsynopsisdiv>
<refsect1>
@@ -1138,7 +1138,7 @@ in the typical GNU format of major.minor.bugfix.</para>
</refnamediv>
<refsynopsisdiv>
<synopsis>
-QString quit()
+TQString quit()
</synopsis>
</refsynopsisdiv>
<refsect1>
@@ -1159,7 +1159,7 @@ external program can gracefully shutdown &karm;.
</refnamediv>
<refsynopsisdiv>
<synopsis>
-QString hastodo(QString taskname)
+TQString hastodo(TQString taskname)
</synopsis>
<refsect2>
<title>Parameters</title>
@@ -1175,7 +1175,7 @@ QString hastodo(QString taskname)
</refsynopsisdiv>
<refsect1>
<title>Description</title>
-<para><function>hastodo(QString taskname)</function> is a &DCOP; call that
+<para><function>hastodo(TQString taskname)</function> is a &DCOP; call that
looks for a of the given name. If found, it returns the
iCalendar UID that identifies that todo. If not found, it returns an empty
string.
@@ -1196,7 +1196,7 @@ than one todo has a matching name, the first one found is returned.</para>
</refnamediv>
<refsynopsisdiv>
<synopsis>
-QString addtodo(QString todoname)
+TQString addtodo(TQString todoname)
</synopsis>
<refsect2>
<title>Parameters</title>
@@ -1213,7 +1213,7 @@ QString addtodo(QString todoname)
<refsect1>
<title>Description</title>
-<para><function>addtodo(QString todoname)</function> is a &DCOP; call that
+<para><function>addtodo(TQString todoname)</function> is a &DCOP; call that
adds a new top-level todo to the current storage. The UID of the new todo
is returned.
</para>