summaryrefslogtreecommitdiffstats
path: root/extensions/dcopext.py
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/dcopext.py')
-rw-r--r--extensions/dcopext.py2
1 files changed, 1 insertions, 1 deletions
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,