diff options
Diffstat (limited to 'kig/objects/object_factory.h')
-rw-r--r-- | kig/objects/object_factory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kig/objects/object_factory.h b/kig/objects/object_factory.h index 0ce6ce62..30f080d9 100644 --- a/kig/objects/object_factory.h +++ b/kig/objects/object_factory.h @@ -98,11 +98,11 @@ public: * is calced already... */ ObjectHolder* label( - const QString& s, const Coordinate& loc, + const TQString& s, const Coordinate& loc, bool needframe, const std::vector<ObjectCalcer*>& parents, const KigDocument& doc ) const; ObjectTypeCalcer* labelCalcer( - const QString& s, const Coordinate& loc, + const TQString& s, const Coordinate& loc, bool needframe, const std::vector<ObjectCalcer*>& parents, const KigDocument& doc ) const; @@ -111,7 +111,7 @@ public: * attached to locationparent if it is non-null.. */ ObjectTypeCalcer* attachedLabelCalcer( - const QString& s, ObjectCalcer* locationparent, + const TQString& s, ObjectCalcer* locationparent, const Coordinate& loc, bool needframe, const std::vector<ObjectCalcer*>& parents, const KigDocument& doc ) const; @@ -125,7 +125,7 @@ public: const Coordinate& loc, const KigDocument& doc ) const; ObjectHolder* attachedLabel( - const QString& s, ObjectCalcer* locationparent, + const TQString& s, ObjectCalcer* locationparent, const Coordinate& loc, bool needframe, const std::vector<ObjectCalcer*>& parents, const KigDocument& doc ) const; |