diff options
Diffstat (limited to 'src/hmath.h')
-rw-r--r-- | src/hmath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hmath.h b/src/hmath.h index e54af35..a143f29 100644 --- a/src/hmath.h +++ b/src/hmath.h @@ -165,7 +165,7 @@ private: Private* d; }; -class QString; +class TQString; class HMath { @@ -195,7 +195,7 @@ public: */ static char* formatGeneral( const HNumber&n, int prec = -1 ); - static QString formatGenString( const HNumber &n, int prec = -1 ); + static TQString formatGenString( const HNumber &n, int prec = -1 ); /*! * Returns the constant pi. |