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 e7893f6..3eece7e 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 python_tqt.qt import *
+from PyTQt.qt import *
# Import our custom widget.
from foo import bar