summaryrefslogtreecommitdiffstats
path: root/app_templates/tdeioslave
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-12-21 14:34:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-12-21 14:34:34 +0100
commita635b7dc1520361feb00c21c2a40d4a9cbaf9778 (patch)
treedf8d9a901b525bef2841f70b76c891e1b9ad9435 /app_templates/tdeioslave
parentd394f6a6cd6f042b4d306a5d42c0b6c89c554ff5 (diff)
downloadpytdeextensions-a635b7dc1520361feb00c21c2a40d4a9cbaf9778.tar.gz
pytdeextensions-a635b7dc1520361feb00c21c2a40d4a9cbaf9778.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 'app_templates/tdeioslave')
-rwxr-xr-xapp_templates/tdeioslave/src/tdeioslave.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_templates/tdeioslave/src/tdeioslave.py b/app_templates/tdeioslave/src/tdeioslave.py
index 6fe7602..4146b82 100755
--- a/app_templates/tdeioslave/src/tdeioslave.py
+++ b/app_templates/tdeioslave/src/tdeioslave.py
@@ -16,7 +16,7 @@
###########################################################################
# Import the required Qt and KDE modules.
-from python_tqt.qt import *
+from PyTQt.qt import *
from tdeio import *
from tdecore import *
import os, time