summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/sampler.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-12-21 14:25:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-12-21 14:25:49 +0100
commit25a48864e706c59626d0f2c74bc585f05d5b4b31 (patch)
treed3b49130e7b94863f7675f59c5a8188691539856 /examples/pytde-sampler/sampler.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 <slavek.banko@axis.cz>
Diffstat (limited to 'examples/pytde-sampler/sampler.py')
-rwxr-xr-xexamples/pytde-sampler/sampler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pytde-sampler/sampler.py b/examples/pytde-sampler/sampler.py
index e4904a3..fec8ab7 100755
--- a/examples/pytde-sampler/sampler.py
+++ b/examples/pytde-sampler/sampler.py
@@ -10,9 +10,9 @@ import inspect
import os
import sys
-from python_tqt.qt import SIGNAL, SLOT, PYSIGNAL, TQt
-from python_tqt.qt import TQVBoxLayout, TQLabel, TQPixmap, TQSplitter, TQFrame, TQDialog
-from python_tqt.qt import TQSizePolicy, TQHBoxLayout, TQSpacerItem, TQPushButton
+from PyTQt.qt import SIGNAL, SLOT, PYSIGNAL, TQt
+from PyTQt.qt import TQVBoxLayout, TQLabel, TQPixmap, TQSplitter, TQFrame, TQDialog
+from PyTQt.qt import TQSizePolicy, TQHBoxLayout, TQSpacerItem, TQPushButton
from tdecore import i18n, TDEAboutData, TDEApplication, TDECmdLineArgs, TDEGlobal
from tdecore import TDEGlobalSettings, KWin, KWinModule, KURL, TDEIcon