diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/en/dcop.docbook | 14 | ||||
| -rw-r--r-- | doc/man/k3b.1 | 8 |
2 files changed, 11 insertions, 11 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> diff --git a/doc/man/k3b.1 b/doc/man/k3b.1 index 08ca27b..afe7f14 100644 --- a/doc/man/k3b.1 +++ b/doc/man/k3b.1 @@ -24,8 +24,8 @@ file(s) to open .B \-\-help Show help about options .TP -.B \-\-help\-qt -Show Qt specific options +.B \-\-help\-tqt +Show TQt specific options .TP .B \-\-help\-tde Show TDE specific options @@ -83,7 +83,7 @@ Format a DVD-RW or DVD+RW .TP .BI \-\-lang \ language Set the GUI language -.SS "Qt options:" +.SS "TQt options:" .TP .BI \-\-display \ displayname Use the X-server display \fIdisplayname\fP. @@ -102,7 +102,7 @@ using the QApplication::ManyColor color specification. .TP .B \-\-nograb -tells Qt to never grab the mouse or the keyboard. +tells TQt to never grab the mouse or the keyboard. .TP .B \-\-dograb running under a debugger can cause an implicit |
