deloptes wrote:
This is the line where it fails
TQMap< TQT_DBusObjectPath, TQT_DBusDataMap< TQString > > _objects;
might be easier to fix the generated code to use TQT_DBusVariant and
encapsulate TQT_DBusDataMap< TQString > in it like:
TQMap< TQT_DBusObjectPath, TQT_DBusVariant > _objects;