diff --git a/GUI/coregui/Views/TestView.cpp b/GUI/coregui/Views/TestView.cpp index 57ffdfe8d6fcfd9ae44f829c9891f741897cb323..2ca0c2676827823204394f6fd1a4664d73c5d42b 100644 --- a/GUI/coregui/Views/TestView.cpp +++ b/GUI/coregui/Views/TestView.cpp @@ -22,7 +22,7 @@ #include "MaterialEditor.h" #include "MinimizerItem.h" #include "MinimizerSettingsWidget.h" -#include "Plot1D.h" +#include "Plot1DCanvas.h" #include "RealDataItem.h" #include "SampleModel.h" #include "SpecularDataItem.h" @@ -215,7 +215,7 @@ void TestView::test_specular_data_widget() QVBoxLayout* layout = new QVBoxLayout; layout->setMargin(0); layout->setSpacing(0); - auto widget = new Plot1D(this); + auto widget = new Plot1DCanvas(this); widget->setItem(job_item->dataItemView()); layout->addWidget(widget); setLayout(layout);