diff options
author | Slávek Banko <[email protected]> | 2022-12-21 14:25:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-12-21 14:25:49 +0100 |
commit | 25a48864e706c59626d0f2c74bc585f05d5b4b31 (patch) | |
tree | d3b49130e7b94863f7675f59c5a8188691539856 /examples/pytde-sampler/basic_widgets/__init__.py | |
parent | 67520f2b70df50d40e7536fb96ff86b028631de7 (diff) | |
download | pytde-25a48864e706c59626d0f2c74bc585f05d5b4b31.tar.gz pytde-25a48864e706c59626d0f2c74bc585f05d5b4b31.zip |
Update after rename python extension module from python_tqt to PyTQt.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples/pytde-sampler/basic_widgets/__init__.py')
-rw-r--r-- | examples/pytde-sampler/basic_widgets/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/basic_widgets/__init__.py b/examples/pytde-sampler/basic_widgets/__init__.py index 8b5e183..35e708d 100644 --- a/examples/pytde-sampler/basic_widgets/__init__.py +++ b/examples/pytde-sampler/basic_widgets/__init__.py @@ -4,7 +4,7 @@ iconName = 'about_kde' helpText = """KDE provides a large set of basic widgets for application use. Select the children of this item to see for yourself.""" -from python_tqt.qt import TQFrame, TQVBoxLayout +from PyTQt.qt import TQFrame, TQVBoxLayout from tdeui import KTextEdit |