diff options
Diffstat (limited to 'doc/qtdocs.sip')
-rw-r--r-- | doc/qtdocs.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip index c057544..14dde83 100644 --- a/doc/qtdocs.sip +++ b/doc/qtdocs.sip @@ -285,7 +285,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 |