summaryrefslogtreecommitdiffstats
path: root/doc/karm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:24:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 17:54:46 +0900
commit1a3e938ea6a568249910a55192b131fb182d60f1 (patch)
treeb2636f350c19c46cb5bc19f30aa07c97a5ede679 /doc/karm
parenteac8bbbdfd3f6ad6cbd8ec2a9e8870ea23e08c63 (diff)
downloadtdepim-1a3e938ea6a568249910a55192b131fb182d60f1.tar.gz
tdepim-1a3e938ea6a568249910a55192b131fb182d60f1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 33ba77ee894fb6368e3804458ddd52ea1a1f0909)
Diffstat (limited to 'doc/karm')
-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 08de3cc40..e8d6495e3 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>