00001 #ifndef KARMUTILITY_H 00002 #define KARMUTILITY_H 00003 00004 #include <qstring.h> 00005 00014 QString formatTime( long minutes, bool decimal=false ); 00015 00016 #endif