summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h
index a763236..76dbbf5 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -23,7 +23,7 @@
#include <QPointF>
#include <QLatin1String>
-class DiagramConnection;
+class Line;
class DiagramDocument;
class DiagramItem;
class DiagramObject;
@@ -95,7 +95,7 @@ public:
protected:
DiagramDocument *m_document;
DiagramObject *m_object;
- QList<DiagramConnection *> m_connections;
+ QList<Line *> m_connections;
bool m_owner;
};