summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/sampler.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-08 11:55:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-23 00:52:28 +0100
commitcddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 (patch)
tree277dba53239d6367cf2946458757600caf6e82a5 /examples/pytde-sampler/sampler.py
parent79ced6fbbdda1158aef437760ee0455fb9a9016d (diff)
downloadpytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.tar.gz
pytde-cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93.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/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 6534829..8d04233 100755
--- a/examples/pytde-sampler/sampler.py
+++ b/examples/pytde-sampler/sampler.py
@@ -10,9 +10,9 @@ import inspect
import os
import sys
-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 PyTQt.tqt import SIGNAL, SLOT, PYSIGNAL, TQt
+from PyTQt.tqt import TQVBoxLayout, TQLabel, TQPixmap, TQSplitter, TQFrame, TQDialog
+from PyTQt.tqt import TQSizePolicy, TQHBoxLayout, TQSpacerItem, TQPushButton
from tdecore import i18n, TDEAboutData, TDEApplication, TDECmdLineArgs, TDEGlobal
from tdecore import TDEGlobalSettings, KWin, KWinModule, KURL, TDEIcon