summaryrefslogtreecommitdiffstats
path: root/extensions
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 /extensions
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 'extensions')
-rw-r--r--extensions/dcopexport.py2
-rw-r--r--extensions/dcopext.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/dcopexport.py b/extensions/dcopexport.py
index b7eb3e6..6cb8b6b 100644
--- a/extensions/dcopexport.py
+++ b/extensions/dcopexport.py
@@ -51,7 +51,7 @@ stringTypes lists
from dcop import DCOPObject, DCOPClient
from tdecore import dcop_add, dcop_next
-from python_tqt.qt import TQString, TQCString, TQDataStream, IO_ReadOnly, IO_WriteOnly
+from PyTQt.qt import TQString, TQCString, TQDataStream, IO_ReadOnly, IO_WriteOnly
numericTypes = ["char", "bool", "short", "int", "long", "uchar", "ushort", "uint", "ulong",
"unsigned char", "unsigned short", "unsigned int", "unsigned long",
diff --git a/extensions/dcopext.py b/extensions/dcopext.py
index 1d13e35..f8ab5bf 100644
--- a/extensions/dcopext.py
+++ b/extensions/dcopext.py
@@ -32,7 +32,7 @@ copyright holder.
import re
from dcop import DCOPClient
-from python_tqt.qt import TQString, TQCString, TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly
+from PyTQt.qt import TQString, TQCString, TQByteArray, TQDataStream, IO_ReadOnly, IO_WriteOnly
from tdecore import dcop_add, dcop_next
# XXX: 64 bit integers might be handeld wrong! pythons int is AFAIK 32 bit,