diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2016-09-28 03:03:35 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2016-09-28 03:03:47 +0200 |
| commit | f0143f408543569757ebf8f671e1012e16c575ae (patch) | |
| tree | 0f446c1ec7fbe81ac96bc7b1e1b3702fe8403c67 /doc | |
| parent | 5bf80aeba9a1e9b9b91f3108c1a8d51bf378c4f0 (diff) | |
| download | pytde-r14.0.4.tar.gz pytde-r14.0.4.zip | |
Properly import python_tqt module - second partr14.0.4
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b7a62620df1c214340b86735a73d4c3b3b834565)
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 ea21e47..cbf9304 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 qt import TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly, TQString,\ +from python_tqt.qt import TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly, TQString,\ TQCString, TQValueList<TQCString> from dcopext import numericTypes, stringTypes |
