diff --git a/src/src/Deprecated/Export/AnnotationAppender.cpp b/src/src/Export/AnnotationAppender.cpp similarity index 100% rename from src/src/Deprecated/Export/AnnotationAppender.cpp rename to src/src/Export/AnnotationAppender.cpp diff --git a/src/src/Deprecated/Export/AnnotationAppender.h b/src/src/Export/AnnotationAppender.h similarity index 100% rename from src/src/Deprecated/Export/AnnotationAppender.h rename to src/src/Export/AnnotationAppender.h diff --git a/src/src/Deprecated/Export/dicomexporter.cpp b/src/src/Export/dicomexporter.cpp similarity index 100% rename from src/src/Deprecated/Export/dicomexporter.cpp rename to src/src/Export/dicomexporter.cpp diff --git a/src/src/Deprecated/Export/dicomexporter.h b/src/src/Export/dicomexporter.h similarity index 100% rename from src/src/Deprecated/Export/dicomexporter.h rename to src/src/Export/dicomexporter.h diff --git a/src/src/Deprecated/Export/dicomexporterthread.cpp b/src/src/Export/dicomexporterthread.cpp similarity index 100% rename from src/src/Deprecated/Export/dicomexporterthread.cpp rename to src/src/Export/dicomexporterthread.cpp diff --git a/src/src/Deprecated/Export/dicomexporterthread.h b/src/src/Export/dicomexporterthread.h similarity index 100% rename from src/src/Deprecated/Export/dicomexporterthread.h rename to src/src/Export/dicomexporterthread.h diff --git a/src/src/Deprecated/Export/exportoptions.cpp b/src/src/Export/exportoptions.cpp similarity index 100% rename from src/src/Deprecated/Export/exportoptions.cpp rename to src/src/Export/exportoptions.cpp diff --git a/src/src/Deprecated/Export/exportoptions.h b/src/src/Export/exportoptions.h similarity index 100% rename from src/src/Deprecated/Export/exportoptions.h rename to src/src/Export/exportoptions.h diff --git a/src/src/UI/Dialog/exportdialog.cpp b/src/src/UI/Dialog/exportdialog.cpp index 93ebb85..01087a1 100644 --- a/src/src/UI/Dialog/exportdialog.cpp +++ b/src/src/UI/Dialog/exportdialog.cpp @@ -5,7 +5,7 @@ #include #include "UI/Manager/ImageViewManager.h" -#include "Deprecated/Export/dicomexporterthread.h" +#include "Export/dicomexporterthread.h" ExportDialog::ExportDialog(QWidget *parent) : QDialog(parent), diff --git a/src/src/UI/Dialog/exportdialog.h b/src/src/UI/Dialog/exportdialog.h index b1c8179..9f85cd5 100644 --- a/src/src/UI/Dialog/exportdialog.h +++ b/src/src/UI/Dialog/exportdialog.h @@ -2,7 +2,7 @@ #define EXPORTDIALOG_H #include -#include "Deprecated/Export/exportoptions.h" +#include "Export/exportoptions.h" #include "qdir.h" #include "QFileDialog" #include "IO/DICOM/DicomLoader.h"