diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-12-21 14:25:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-12-21 14:25:49 +0100 |
commit | 25a48864e706c59626d0f2c74bc585f05d5b4b31 (patch) | |
tree | d3b49130e7b94863f7675f59c5a8188691539856 /doc | |
parent | 67520f2b70df50d40e7536fb96ff86b028631de7 (diff) | |
download | pytde-25a48864e706c59626d0f2c74bc585f05d5b4b31.tar.gz pytde-25a48864e706c59626d0f2c74bc585f05d5b4b31.zip |
Update after rename python extension module from python_tqt to PyTQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dcopext.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dcopext.html b/doc/dcopext.html index cbf9304..f658fd3 100644 --- a/doc/dcopext.html +++ b/doc/dcopext.html @@ -263,7 +263,7 @@ different argument counts. Here are some examples: <TABLE BORDER="0" BGCOLOR="#E0E0E0" WIDTH="100%"> <TR><TD><PRE CLASS="PROGRAMLISTING"> from tdecore import dcop_add, dcop_next -from python_tqt.qt import TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly, TQString,\ +from PyTQt.qt import TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly, TQString,\ TQCString, TQValueList<TQCString> from dcopext import numericTypes, stringTypes |