summaryrefslogtreecommitdiffstats
path: root/doc/PyQt.sgml
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-28 13:27:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-28 13:27:40 +0200
commit1638609997cfef8fa1c63ba3f6ba93b9f6a4b014 (patch)
treee984c25d76b40b6314bdc2ff62eb806cf3920c5c /doc/PyQt.sgml
parente790d08307644b6718b2a547c21370b82aa4f376 (diff)
downloadpytqt-1638609997cfef8fa1c63ba3f6ba93b9f6a4b014.tar.gz
pytqt-1638609997cfef8fa1c63ba3f6ba93b9f6a4b014.zip
Properly import python_tqt module in scripts generated by pyuic
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc/PyQt.sgml')
-rw-r--r--doc/PyQt.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml
index aed3a86..5c05ae9 100644
--- a/doc/PyQt.sgml
+++ b/doc/PyQt.sgml
@@ -256,7 +256,7 @@ Here's the corresponding output from <Literal>pyuic</Literal>.
</Para>
<ProgramListing>
-from qt import *
+from python_tqt.qt import *
# Import our custom widget.
from foo import bar