Refactoring the project, new folders for view and model classes. Added
[emufront] / src / widgets / efcombobox.h
index 5542d96..89681bd 100644 (file)
@@ -21,7 +21,7 @@
 #define EFCOMBOBOX_H
 
 #include <QComboBox>
-#include "../db/databasemanager.h"
+#include "databasemanager.h"
 
 class EFComboBox : public QComboBox
 {