diff options
author | Slávek Banko <[email protected]> | 2016-09-27 21:52:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-27 21:52:33 +0200 |
commit | 2749565477cea347d205d410e596d730a05941c9 (patch) | |
tree | 023458550b567dbeb9933c0190b41c6bc8621859 /examples/pytde-sampler/dialogs/font.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 <[email protected]>
Diffstat (limited to 'examples/pytde-sampler/dialogs/font.py')
-rw-r--r-- | examples/pytde-sampler/dialogs/font.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/dialogs/font.py b/examples/pytde-sampler/dialogs/font.py index 6e870b7..e788cbd 100644 --- a/examples/pytde-sampler/dialogs/font.py +++ b/examples/pytde-sampler/dialogs/font.py @@ -1,5 +1,5 @@ -from qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString +from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, TQTimer, SIGNAL, TQFont, TQString from tdecore import i18n from tdeui import KPushButton, TDEFontDialog, KTextEdit |