diff options
Diffstat (limited to 'kig/objects/text_imp.h')
-rw-r--r-- | kig/objects/text_imp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kig/objects/text_imp.h b/kig/objects/text_imp.h index 8ad92b84..54e33f79 100644 --- a/kig/objects/text_imp.h +++ b/kig/objects/text_imp.h @@ -26,7 +26,7 @@ class TextImp : public ObjectImp { - QString mtext; + TQString mtext; Coordinate mloc; bool mframe; // with this var, we keep track of the place we drew in, for use in @@ -37,7 +37,7 @@ public: static const ObjectImpType* stype(); Coordinate attachPoint() const; - TextImp( const QString& text, const Coordinate& loc, bool frame = false ); + TextImp( const TQString& text, const Coordinate& loc, bool frame = false ); TextImp* copy() const; ~TextImp(); @@ -60,7 +60,7 @@ public: const ObjectImpType* type() const; void visit( ObjectImpVisitor* vtor ) const; - QString text() const; + TQString text() const; const Coordinate coordinate() const; bool hasFrame() const; |