diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2016-09-27 21:52:33 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2016-09-27 21:52:33 +0200 |
| commit | 2749565477cea347d205d410e596d730a05941c9 (patch) | |
| tree | 023458550b567dbeb9933c0190b41c6bc8621859 /examples/uimodules/uiwidgets.py | |
| parent | ceccc1147186f2ee75a9eff5d1eb3186e0ab9e59 (diff) | |
| download | pytde-2749565477cea347d205d410e596d730a05941c9.tar.gz pytde-2749565477cea347d205d410e596d730a05941c9.zip | |
Properly import python_tqt module
This relates to bug 2693
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 b9f79f4..8c8b429 100644 --- a/examples/uimodules/uiwidgets.py +++ b/examples/uimodules/uiwidgets.py @@ -1,6 +1,6 @@ import time, sys -from qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, TQt, TQString, TQChar,\ +from python_tqt.qt import TQLabel, TQFrame, TQColor, TQPushButton, SIGNAL, TQButtonGroup, TQRadioButton, TQt, TQString, TQChar,\ TQWidget, TQTimer from tdecore import TDEApplication |
