# HG changeset patch # User Santeri Piippo # Date 1363602256 -7200 # Node ID 2ba799d294bc8ed445c14036425b4e8f205d2e5d # Parent 83184d9407c70fa12138b22fc7c3e7fa4627bbf9 and of course I forget to update ldforge.pro... or to test compile for that matter diff -r 83184d9407c7 -r 2ba799d294bc ldforge.pro --- a/ldforge.pro Mon Mar 18 12:20:48 2013 +0200 +++ b/ldforge.pro Mon Mar 18 12:24:16 2013 +0200 @@ -11,9 +11,9 @@ # Input HEADERS += bbox.h \ common.h \ - draw.h \ + gldraw.h \ gui.h \ - io.h \ + file.h \ ldtypes.h \ misc.h \ str.h \ @@ -22,9 +22,9 @@ zz_setContentsDialog.h SOURCES += bbox.cpp \ - draw.cpp \ + gldraw.cpp \ gui.cpp \ - io.cpp \ + file.cpp \ ldtypes.cpp \ main.cpp \ misc.cpp \