karm

karmutility.h
1 #ifndef KARMUTILITY_H
2 #define KARMUTILITY_H
3 
4 #include <tqstring.h>
5 
14 TQString formatTime( long minutes, bool decimal=false );
15 
16 #endif