summaryrefslogtreecommitdiffstats
path: root/examples/uimodules/uixml.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/uimodules/uixml.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/uimodules/uixml.py')
-rw-r--r--examples/uimodules/uixml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uimodules/uixml.py b/examples/uimodules/uixml.py
index b90dde9..fd3ca21 100644
--- a/examples/uimodules/uixml.py
+++ b/examples/uimodules/uixml.py
@@ -1,6 +1,6 @@
import os
-from python_tqt.qt import TQLabel
+from PyTQt.qt import TQLabel
from tdecore import TDEApplication