summaryrefslogtreecommitdiffstats
path: root/fr/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:49:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-27 11:03:06 +0900
commitc2782e9fb5d616aa39c02c0ff9cf264734388b70 (patch)
treeffd2a4122ca29e5e7a324f410bfd24720de8d513 /fr/doc
parentecef890513b80862de421ba45f8dc84aadb31831 (diff)
downloadk3b-i18n-c2782e9fb5d616aa39c02c0ff9cf264734388b70.tar.gz
k3b-i18n-c2782e9fb5d616aa39c02c0ff9cf264734388b70.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'fr/doc')
-rw-r--r--fr/doc/dcop.docbook14
1 files changed, 7 insertions, 7 deletions
diff --git a/fr/doc/dcop.docbook b/fr/doc/dcop.docbook
index 22fc2c4..c4f286a 100644
--- a/fr/doc/dcop.docbook
+++ b/fr/doc/dcop.docbook
@@ -98,13 +98,13 @@ void burn()
<para
>K3b offre l'interface K3bProjectInterface comme montré ci-dessus ou l'interface plus puissante K3bDataProjectInterface qui ne s'applique qu'aux projets de données (CD et DVD) : <programlisting
->void createFolder(QString name)
-void createFolder(QString name,QString parent)
-void addUrl(KURL url,QString parent)
-void addUrls(KURL::List urls,QString parent)
-void removeItem(QString path)
-void renameItem(QString path,QString newName)
-void setVolumeID(QString id)
+>void createFolder(TQString name)
+void createFolder(TQString name,TQString parent)
+void addUrl(KURL url,TQString parent)
+void addUrls(KURL::List urls,TQString parent)
+void removeItem(TQString path)
+void renameItem(TQString path,TQString newName)
+void setVolumeID(TQString id)
</programlisting>
</para>