diff options
Diffstat (limited to 'examples/fonts.py')
-rwxr-xr-x | examples/fonts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fonts.py b/examples/fonts.py index 770778c..7cb3cd1 100755 --- a/examples/fonts.py +++ b/examples/fonts.py @@ -11,7 +11,7 @@ ***************************************************************************""" import sys -from PyTQt.qt import * +from PyTQt.tqt import * class Viewer( TQWidget ): def __init__( self ): |