diff options
Diffstat (limited to 'libkdeedu/kdeeduplot/kplotaxis.h')
-rw-r--r-- | libkdeedu/kdeeduplot/kplotaxis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdeedu/kdeeduplot/kplotaxis.h b/libkdeedu/kdeeduplot/kplotaxis.h index 107620b8..3209b18c 100644 --- a/libkdeedu/kdeeduplot/kplotaxis.h +++ b/libkdeedu/kdeeduplot/kplotaxis.h @@ -77,7 +77,7 @@ public: private: bool m_visible; ///< Property "visible" defines if Axis is drawn or not. - QString m_label; ///< The label of the axis. + TQString m_label; ///< The label of the axis. int m_labelFieldWidth; ///< Field width for number labels, see TQString::arg(). char m_labelFmt; ///< Number format for number labels, see TQString::arg(). int m_labelPrec; ///< Number precision for number labels, see TQString::arg(). |