@@ -1,8 +1,5 @@
HEADERS += \
- $$PWD/*.h \
- $$PWD/meshparams_ds.h \
- $$PWD/custommeshparamsmanager.h
+ $$PWD/*.h
SOURCES += \
- $$PWD/*.cpp \
- $$PWD/custommeshparamsmanager.cpp
+ $$PWD/*.cpp
@@ -1,5 +1,5 @@
#include <acistype.hxx>
-#include "CustomMeshParamsManager.h"
+#include "custommeshparamsmanager.h"
/**
@@ -1,12 +1,10 @@
#ifndef CUSTOMMESHPARAMSMANAGER_H
#define CUSTOMMESHPARAMSMANAGER_H
-
-#include <QString>
#include <QStringList>
#include <QHash>
#include <lists.hxx>
-#include "MeshParams_DS.h"
+#include "meshparams_ds.h"