diff options
Diffstat (limited to 'examples/uimodules/uiwidgets.py')
| -rw-r--r-- | examples/uimodules/uiwidgets.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/uimodules/uiwidgets.py b/examples/uimodules/uiwidgets.py index 8c8b429..790f855 100644 --- a/examples/uimodules/uiwidgets.py +++ b/examples/uimodules/uiwidgets.py @@ -1,6 +1,6 @@  import time, sys -from python_tqt.qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, TQt, TQString, TQChar,\ +from PyTQt.qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, TQt, TQString, TQChar,\                 TQWidget, TQTimer  from tdecore import TDEApplication | 
