summaryrefslogtreecommitdiff
path: root/src/data/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/node.h')
-rw-r--r--src/data/node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/node.h b/src/data/node.h
index 111bf19..490393d 100644
--- a/src/data/node.h
+++ b/src/data/node.h
@@ -20,7 +20,7 @@
#define NODE_H
#include "graphelementdata.h"
-#include "nodestyle.h"
+#include "style.h"
#include <QObject>
#include <QPointF>
@@ -51,7 +51,7 @@ public:
void setStyleName(const QString &styleName);
void attachStyle();
- NodeStyle *style() const;
+ Style *style() const;
bool isBlankNode();
@@ -66,7 +66,7 @@ private:
QPointF _point;
QString _name;
QString _label;
- NodeStyle *_style;
+ Style *_style;
GraphElementData *_data;
int _tikzLine;
};