summaryrefslogtreecommitdiffstats
path: root/karm/karmutility.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/karmutility.h')
-rw-r--r--karm/karmutility.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/karmutility.h b/karm/karmutility.h
index 28fbdc02..7c5608fb 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