summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/dialogs/key.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-01-08 11:55:55 +0100
committerSlávek Banko <[email protected]>2023-01-23 00:52:28 +0100
commitcddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch)
tree277dba53239d6367cf2946458757600caf6e82a5 /examples/pytde-sampler/dialogs/key.py
parent79ced6fbbdda1158aef437760ee0455fb9a9016d (diff)
downloadpytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.tar.gz
pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.zip
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples/pytde-sampler/dialogs/key.py')
-rw-r--r--examples/pytde-sampler/dialogs/key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/dialogs/key.py b/examples/pytde-sampler/dialogs/key.py
index db6e295..487f5d9 100644
--- a/examples/pytde-sampler/dialogs/key.py
+++ b/examples/pytde-sampler/dialogs/key.py
@@ -1,7 +1,7 @@
iconName = 'configure_shortcuts'
labelText = 'KKeyDialog'
-from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
+from PyTQt.tqt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KKeyDialog, KTextEdit