summaryrefslogtreecommitdiffstats
path: root/kviewshell/units.h
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/units.h')
-rw-r--r--kviewshell/units.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/units.h b/kviewshell/units.h
index 48708c01..db83d675 100644
--- a/kviewshell/units.h
+++ b/kviewshell/units.h
@@ -10,7 +10,7 @@
#ifndef UNITS_H
#define UNITS_H
-class QString;
+class TQString;
class distance {
public:
@@ -28,7 +28,7 @@ class distance {
// although the string is malformed.
//
// It is fine to set ok to 0.
- static float convertToMM(const QString &distance, bool *ok=0);
+ static float convertToMM(const TQString &distance, bool *ok=0);
};
#endif