summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/linepath.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/linepath.h')
-rw-r--r--umbrello/umbrello/linepath.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/umbrello/umbrello/linepath.h b/umbrello/umbrello/linepath.h
index ea0251a9..d02714ed 100644
--- a/umbrello/umbrello/linepath.h
+++ b/umbrello/umbrello/linepath.h
@@ -25,7 +25,7 @@
class AssociationWidget;
class UMLView;
-// Qt forward declarations
+// TQt forward declarations
class TQDataStream;
class TQDomDocument;
class TQDomElement;
@@ -44,6 +44,7 @@ typedef TQPtrListIterator<TQCanvasRectangle> RectListIt;
*/
class LinePath : public TQObject {
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor
@@ -168,7 +169,7 @@ public:
* This is needed because the m_pAssociation does not yet
* exist at the time of the LinePath::loadFromXMI call.
* However, this means that the points in the m_LineList
- * do not have a parent when they are loaded.
+ * do not have a tqparent when they are loaded.
* They need to be reparented by calling LinePath::activate()
* once the m_pAssociation exists.
*/