diff options
Diffstat (limited to 'extensions/dcopexport.py')
-rw-r--r-- | extensions/dcopexport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/dcopexport.py b/extensions/dcopexport.py index 4269d67..b7eb3e6 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 qt import TQString, TQCString, TQDataStream, IO_ReadOnly, IO_WriteOnly +from python_tqt.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", |