--- a/zz_addObjectDialog.h Mon May 06 12:50:20 2013 +0300 +++ b/zz_addObjectDialog.h Mon May 06 15:39:45 2013 +0300 @@ -35,8 +35,8 @@ Q_OBJECT public: - AddObjectDialog (const LDObjectType_e type, LDObject* obj, QWidget* parent = null); - static void staticDialog (const LDObjectType_e type, LDObject* obj); + AddObjectDialog (const LDObject::Type type, LDObject* obj, QWidget* parent = null); + static void staticDialog (const LDObject::Type type, LDObject* obj); QLabel* lb_typeIcon;