From 57baa84c60db8331ce568e93a2a579f35e62938a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:47:51 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit a638a00e8ca4f3ac95099b2e40ba8956e9a643d7) --- doc/en/index.docbook | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/en/index.docbook') diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 94778f2..5b008a2 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -874,7 +874,7 @@ so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn: 1 -KURL repository, KURL target, int revnumber, QString revkind +KURL repository, KURL target, int revnumber, TQString revkind The target will NOT be modified, e.g., but the content will be checked out without creating a subfolder! e.g., the source may be @@ -888,7 +888,7 @@ http://server/repos/project/trunk, target /home/user/proj/ then the contents of Update 2 -KURL url,int revnum, QString revstring +KURL url,int revnum, TQString revstring If revnum < 0 the revstring is parsed. Format of revstring is described in Appendix. @@ -911,7 +911,7 @@ Format of revstring is described in Appendix4 -int startrevnumber,QString startrevstring,int endrevnumber,QString endrevstring,KURL::List +int startrevnumber,TQString startrevstring,int endrevnumber,TQString endrevstring,KURL::List Use this with care - this may produce a lot of data. @@ -976,7 +976,7 @@ Use this with care - this may produce a lot of data. Switch 12 -KURL working_copy_path,KURL new_repository_url,bool recursive,int revnumber, QString revkind +KURL working_copy_path,KURL new_repository_url,bool recursive,int revnumber, TQString revkind Yes @@ -984,7 +984,7 @@ Use this with care - this may produce a lot of data. Diff 13 -URL uri1, KURL uri2, int r1, QString rstring1, int r2, QString rstring 2, bool recursive +URL uri1, KURL uri2, int r1, TQString rstring1, int r2, TQString rstring 2, bool recursive For difference between repository file:/// and working copy setup working copy urls without a protocol! Yes -- cgit v1.2.1