diff options
Diffstat (limited to 'examples2/themes.py')
-rwxr-xr-x | examples2/themes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/themes.py b/examples2/themes.py index e1fb529..4465348 100755 --- a/examples2/themes.py +++ b/examples2/themes.py @@ -13,7 +13,7 @@ import os, sys # include files for QT -from qt import * +from python_tqt.qt import * class ButtonsGroups(TQVBox): |