summaryrefslogtreecommitdiffstats
path: root/doc/en/dcop.docbook
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-26 11:45:44 +0900
committerMichele Calgaro <[email protected]>2023-09-26 23:48:52 +0900
commitbf674dd36ebc152216b88eccccd6c6fd720d9f24 (patch)
tree18bb9cde8be24020d30295c130f713171b9ea060 /doc/en/dcop.docbook
parentc063a706bb5c136b364ff0b391d9e06746d102b9 (diff)
downloadk3b-bf674dd36ebc152216b88eccccd6c6fd720d9f24.tar.gz
k3b-bf674dd36ebc152216b88eccccd6c6fd720d9f24.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 147aca7d8e7fe21364884200823577d0b9ade0a4)
Diffstat (limited to 'doc/en/dcop.docbook')
-rw-r--r--doc/en/dcop.docbook14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/en/dcop.docbook b/doc/en/dcop.docbook
index 0958946..4ab7cd4 100644
--- a/doc/en/dcop.docbook
+++ b/doc/en/dcop.docbook
@@ -76,13 +76,13 @@ void burn()
<para>K3b offers the K3bProjectInterface as listed above or the more powerful K3bDataProjectInterface which only applies to data projects (CD and 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>