diff options
Diffstat (limited to 'examples/richtext.py')
-rwxr-xr-x | examples/richtext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/richtext.py b/examples/richtext.py index 3ae6e81..14728ab 100755 --- a/examples/richtext.py +++ b/examples/richtext.py @@ -11,7 +11,7 @@ ***************************************************************************""" import sys -from PyTQt.qt import * +from PyTQt.tqt import * sayings = [ "<b>Saying 1:</b><br>" |