diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:25:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:25:51 -0600 |
commit | 10d461f8a8b11ea740680361c20c4a378811e8a4 (patch) | |
tree | fb43cedf9cd3b06209af237c3cbbc9c0a8fb0896 /doc/dcopext.html | |
parent | 23c5b612d95f27d80c70adef92890955574a94bf (diff) | |
download | pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip |
Additional kde to tde renaming
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 |