diff options
Diffstat (limited to 'kbarcode/textitem.h')
-rw-r--r-- | kbarcode/textitem.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kbarcode/textitem.h b/kbarcode/textitem.h index 9c0b5a2..b415a82 100644 --- a/kbarcode/textitem.h +++ b/kbarcode/textitem.h @@ -24,7 +24,7 @@ class LabelEditor; /** * Class TextItem - * Formated rich text (drawn using either DSRichText or TQSimpleRichText - once it is bug free) on screen or printer. + * Formated rich text (drawn using TQSimpleRichText) on screen or printer. */ class TextItem : public DocumentItem { public: @@ -46,14 +46,10 @@ public: inline void setRotation( double rot ) { m_rotation = rot; } inline double rotation() const { return m_rotation; } - static bool IsTQtTextRenderingBroken(); private: void init(); private: - static bool s_qt_broken; - static bool s_qt_broken_init; - double m_rotation; TQString m_text; }; |