]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/qg_graphicview.h
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / widgets / qg_graphicview.h
index 7784ea977acfcd0289a60a4be526ef88bdd67f26..1f59598f82fe18351c740cceeaeaa25ad0cf2d67 100644 (file)
@@ -9,13 +9,9 @@ class PaintInterface;
 class Preview;
 
 /**
- * This is the Qt implementation of a widget which can view a
- * graphic.
- *
- * Instances of this class can be linked to layer lists using
- * addLayerListListener().
+ * This is the Qt implementation of a widget which can view a drawing.
  */
-class QG_GraphicView: public QWidget, public GraphicView//, public Q3FilePreview
+class QG_GraphicView: public QWidget, public GraphicView
 {
        Q_OBJECT