|
|
@ -51,7 +51,7 @@ stringTypes lists
|
|
|
|
|
|
|
|
|
|
|
|
from dcop import DCOPObject, DCOPClient
|
|
|
|
from dcop import DCOPObject, DCOPClient
|
|
|
|
from tdecore import dcop_add, dcop_next
|
|
|
|
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",
|
|
|
|
numericTypes = ["char", "bool", "short", "int", "long", "uchar", "ushort", "uint", "ulong",
|
|
|
|
"unsigned char", "unsigned short", "unsigned int", "unsigned long",
|
|
|
|
"unsigned char", "unsigned short", "unsigned int", "unsigned long",
|
|
|
|