Refactoring the project, new folders for view and model classes. Added
[emufront] / src / dialogs / namedialog.h
index 377ac9a..662edaa 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef NAMEDIALOG_H
 #define NAMEDIALOG_H
 
-#include "../dataobjects/emufrontobject.h"
+#include "emufrontobject.h"
 #include "dataobjecteditdialog.h"
 
 class QLabel;
@@ -45,7 +45,6 @@ protected:
     virtual void clear();
     QLabel *nameLabel;
        QLineEdit *nameEdit;
-
 private:
        void connectSignals();
        void layout();