summaryrefslogtreecommitdiffstats
path: root/doc/PyQt.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/PyQt.html')
-rw-r--r--doc/PyQt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PyQt.html b/doc/PyQt.html
index 44721e0..c004474 100644
--- a/doc/PyQt.html
+++ b/doc/PyQt.html
@@ -291,7 +291,7 @@ WIDTH="100%"
><TD
><PRE
CLASS="PROGRAMLISTING"
->from qt import *
+>from python_tqt.qt import *
# Import our custom widget.
from foo import bar</PRE