zz_setContentsDialog.cpp

changeset 25
c74bb88f537d
parent 22
335e430a6b4f
child 26
83184d9407c7
--- a/zz_setContentsDialog.cpp	Mon Mar 18 04:03:05 2013 +0200
+++ b/zz_setContentsDialog.cpp	Mon Mar 18 12:15:23 2013 +0200
@@ -55,7 +55,7 @@
 // are exposed to the user and is reinterpreted if the user accepts the new
 // contents.
 // =============================================================================
-void Dialog_SetContents::staticDialog (LDObject* obj, LDForgeWindow* parent) {
+void Dialog_SetContents::staticDialog (LDObject* obj, ForgeWindow* parent) {
 	if (!obj)
 		return;
 	
@@ -64,7 +64,7 @@
 		LDObject* oldobj = obj;
 		
 		// Reinterpret it from the text of the input field
-		obj = ParseLine (dlg.qContents->text ().toStdString ().c_str ());
+		obj = parseLine (dlg.qContents->text ().toStdString ().c_str ());
 		
 		// Remove the old object
 		delete oldobj;

mercurial