karm

karmutility.h

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