summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/dialogs/color.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-12-21 14:25:49 +0100
committerSlávek Banko <[email protected]>2022-12-21 14:25:49 +0100
commit25a48864e706c59626d0f2c74bc585f05d5b4b31 (patch)
treed3b49130e7b94863f7675f59c5a8188691539856 /examples/pytde-sampler/dialogs/color.py
parent67520f2b70df50d40e7536fb96ff86b028631de7 (diff)
downloadpytde-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/dialogs/color.py')
-rw-r--r--examples/pytde-sampler/dialogs/color.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/dialogs/color.py b/examples/pytde-sampler/dialogs/color.py
index 793ebe9..f9aeb0c 100644
--- a/examples/pytde-sampler/dialogs/color.py
+++ b/examples/pytde-sampler/dialogs/color.py
@@ -2,7 +2,7 @@ iconName = 'colorize'
labelText = 'KColorDialog'
-from python_tqt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
+from PyTQt.qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
from tdeui import KPushButton, KColorDialog, KColorPatch, KTextEdit