From cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 8 Jan 2023 11:55:55 +0100 Subject: Update after renaming qt => tqt in PyTQt module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- examples/pytde-sampler/dialogs/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pytde-sampler/dialogs/input.py') diff --git a/examples/pytde-sampler/dialogs/input.py b/examples/pytde-sampler/dialogs/input.py index 4925a35..a297e37 100644 --- a/examples/pytde-sampler/dialogs/input.py +++ b/examples/pytde-sampler/dialogs/input.py @@ -1,7 +1,7 @@ iconName = 'editclear' labelText = 'KInputDialog' -from PyTQt.qt import TQFrame, TQGridLayout, TQLabel, TQStringList, SIGNAL +from PyTQt.tqt import TQFrame, TQGridLayout, TQLabel, TQStringList, SIGNAL from tdecore import i18n from tdeui import KPushButton, KInputDialog, KTextEdit -- cgit v1.2.3