]> git.sesse.net Git - kdenlive/blobdiff - src/histogram.h
Made AbstractAudioScope and AbstractGfxScope inherit from AbstractScope; Done for...
[kdenlive] / src / histogram.h
index af066a539395811589914c72809cf8c2a8f8af28..7796899e49c08c0ac8d772d6761b10f187c28b78 100644 (file)
 #ifndef HISTOGRAM_H
 #define HISTOGRAM_H
 
-#include "abstractscopewidget.h"
+#include "abstractgfxscopewidget.h"
 #include "ui_histogram_ui.h"
 
 class HistogramGenerator;
 
-class Histogram : public AbstractScopeWidget {
+class Histogram : public AbstractGfxScopeWidget {
     Q_OBJECT
 
 public: