summaryrefslogtreecommitdiffstats
path: root/doc/PyQt.sgml
diff options
context:
space:
mode:
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