diff options
Diffstat (limited to 'examples/menu.py')
-rwxr-xr-x | examples/menu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/menu.py b/examples/menu.py index ab9146e..f363195 100755 --- a/examples/menu.py +++ b/examples/menu.py @@ -11,7 +11,7 @@ #*****************************************************************************/ import sys, string -from PyTQt.qt import * +from PyTQt.tqt import * TRUE = 1 FALSE = 0 |