summaryrefslogtreecommitdiffstats
path: root/ellipse.h
diff options
context:
space:
mode:
Diffstat (limited to 'ellipse.h')
-rw-r--r--ellipse.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ellipse.h b/ellipse.h
index 6d27c9b..617357f 100644
--- a/ellipse.h
+++ b/ellipse.h
@@ -9,9 +9,11 @@ class Ellipse : public Rectangle
public:
Ellipse();
- // Line interface
-public:
virtual void draw(QPainter *painter);
+
+ // Line interface
+protected:
+ virtual QString className();
};
#endif // ELLIPSE_H