From 33ba77ee894fb6368e3804458ddd52ea1a1f0909 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:24:30 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/karm/index.docbook | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/karm/index.docbook') 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. -QString version() +TQString version() @@ -1138,7 +1138,7 @@ in the typical GNU format of major.minor.bugfix. -QString quit() +TQString quit() @@ -1159,7 +1159,7 @@ external program can gracefully shutdown &karm;. -QString hastodo(QString taskname) +TQString hastodo(TQString taskname) Parameters @@ -1175,7 +1175,7 @@ QString hastodo(QString taskname) Description -hastodo(QString taskname) is a &DCOP; call that +hastodo(TQString taskname) 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. -QString addtodo(QString todoname) +TQString addtodo(TQString todoname) Parameters @@ -1213,7 +1213,7 @@ QString addtodo(QString todoname) Description -addtodo(QString todoname) is a &DCOP; call that +addtodo(TQString todoname) is a &DCOP; call that adds a new top-level todo to the current storage. The UID of the new todo is returned. -- cgit v1.2.1