zz_addObjectDialog.h

changeset 168
96691a009dff
parent 160
edcb03f3ef75
child 181
a61f07b7965c
--- 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;
 	

mercurial