diff options
author | Michele Calgaro <[email protected]> | 2023-09-26 11:45:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-26 20:59:32 +0900 |
commit | 147aca7d8e7fe21364884200823577d0b9ade0a4 (patch) | |
tree | 18bb9cde8be24020d30295c130f713171b9ea060 /doc/en | |
parent | ed876dc3743b8e65fa280010fb53abb079b982ef (diff) | |
download | k3b-147aca7d8e7fe21364884200823577d0b9ade0a4.tar.gz k3b-147aca7d8e7fe21364884200823577d0b9ade0a4.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/dcop.docbook | 14 |
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> |