diff options
Diffstat (limited to 'doc/dcopext.html')
-rw-r--r-- | doc/dcopext.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dcopext.html b/doc/dcopext.html index b9eef07..a42e9ed 100644 --- a/doc/dcopext.html +++ b/doc/dcopext.html @@ -250,7 +250,7 @@ QByteArrays at all when using dcopext or dcopexport as shown above. Those module handle the packing and unpacking details automatically behind the scenes. </p> <p> -The dcop_add and dcop_next functions are available in the PyKDE kdecore module (they +The dcop_add and dcop_next functions are available in the PyKDE tdecore module (they may be relocated to a different module in the future). They use a QDataStream to operate on a QByteArray. The QByteArray can be thought of as a stack (a FIFO stack though) - dcop_add pushes objects onto the stack, dcop_next pops objects off the stack. The first @@ -262,7 +262,7 @@ different argument counts. Here are some examples: </p> <TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%"> <TR><TD><PRE CLASS="PROGRAMLISTING"> -from kdecore import dcop_add, dcop_next +from tdecore import dcop_add, dcop_next from qt import QByteArray, QDataStream, IO_ReadOnly, IO_WriteOnly, QString,\ QCString, QValueList<QCString> from dcopext import numericTypes, stringTypes |