#ifndef KARMUTILITY_H #define KARMUTILITY_H #include /** * Format time for output. All times output on screen or report output go * through this function. * * If the second argument is true, the time is output as a two-place decimal. * Otherwise the format is hh:mi. * */ TQString formatTime( long minutes, bool decimal=false ); #endif