diff options
Diffstat (limited to 'karm/karmutility.h')
-rw-r--r-- | karm/karmutility.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/karmutility.h b/karm/karmutility.h index 28fbdc029..7c5608fbe 100644 --- a/karm/karmutility.h +++ b/karm/karmutility.h @@ -1,7 +1,7 @@ #ifndef KARMUTILITY_H #define KARMUTILITY_H -#include <qstring.h> +#include <tqstring.h> /** * Format time for output. All times output on screen or report output go @@ -11,6 +11,6 @@ * Otherwise the format is hh:mi. * */ -QString formatTime( long minutes, bool decimal=false ); +TQString formatTime( long minutes, bool decimal=false ); #endif |