diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-08 11:55:55 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-23 00:52:28 +0100 |
| commit | cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch) | |
| tree | 277dba53239d6367cf2946458757600caf6e82a5 /examples/pytde-sampler/icon_handling/__init__.py | |
| parent | 79ced6fbbdda1158aef437760ee0455fb9a9016d (diff) | |
| download | pytde-cddd660c.tar.gz pytde-cddd660c.zip | |
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'examples/pytde-sampler/icon_handling/__init__.py')
| -rw-r--r-- | examples/pytde-sampler/icon_handling/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/icon_handling/__init__.py b/examples/pytde-sampler/icon_handling/__init__.py index 87ee0c7..2919a18 100644 --- a/examples/pytde-sampler/icon_handling/__init__.py +++ b/examples/pytde-sampler/icon_handling/__init__.py @@ -6,7 +6,7 @@ helpText = ("TDE icons are nice. " "Select the children of this item to see for yourself.") -from PyTQt.qt import TQFrame, TQVBoxLayout +from PyTQt.tqt import TQFrame, TQVBoxLayout from tdeui import KTextEdit |
