Refactoring the project, new folders for view and model classes. Added
[emufront] / src / widgets / setupcombobox.cpp
index 2b53465..1630568 100644 (file)
@@ -18,7 +18,7 @@
 // along with EmuFront.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "setupcombobox.h"
-#include "../db/dbsetup.h"
+#include "dbsetup.h"
 
 SetupComboBox::SetupComboBox(DatabaseManager *dbMan, QWidget *parent)
     : EFComboBox(dbMan, parent)