--- a/src/addObjectDialog.h Mon Jun 02 13:00:58 2014 +0300 +++ b/src/addObjectDialog.h Mon Jun 02 13:16:14 2014 +0300 @@ -34,8 +34,8 @@ Q_OBJECT public: - AddObjectDialog (const LDObject::Type type, LDObjectPtr obj, QWidget* parent = null); - static void staticDialog (const LDObject::Type type, LDObjectPtr obj); + AddObjectDialog (const LDObjectType type, LDObjectPtr obj, QWidget* parent = null); + static void staticDialog (const LDObjectType type, LDObjectPtr obj); QLabel* lb_typeIcon;