summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2008-12-30 10:47:25 +0100
committerLukáš Lalinský <lalinsky@gmail.com>2008-12-30 10:47:25 +0100
commit0cf95269987931e0315fa902cc467eaf314a8a6d (patch)
tree1699c9f0a6e0e71e363743ae0f42a7c8db23cffb /src/commands.h
parent54e094e752be4db874d06bf38bff0d16962c7151 (diff)
downloaddbmodel-0cf95269987931e0315fa902cc467eaf314a8a6d.tar.xz
Rename DiagramConnection to Line
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;
};