diff -r b48f072a347a -r 24bfecc949a0 vym.pro --- a/vym.pro Thu Nov 08 15:28:03 2007 +0000 +++ b/vym.pro Thu Nov 08 15:28:03 2007 +0000 @@ -18,6 +18,7 @@ HEADERS += \ aboutdialog.h \ animpoint.h \ + attribute.h \ branchobj.h \ branchpropwindow.h\ editxlinkdialog.h \ @@ -38,7 +39,6 @@ imageobj.h \ imports.h \ linkablemapobj.h \ - xlinkobj.h \ mainwindow.h \ mapcenterobj.h \ mapeditor.h \ @@ -54,9 +54,11 @@ simplescripteditor.h\ texteditor.h \ version.h \ + xlinkobj.h \ xml-base.h \ xml-vym.h \ xml-freemind.h \ + xmlobj.h\ xsltproc.h \ settings.h \ warningdialog.h @@ -64,6 +66,7 @@ SOURCES += \ aboutdialog.cpp \ animpoint.cpp \ + attribute.cpp \ branchobj.cpp \ branchpropwindow.cpp \ editxlinkdialog.cpp \ @@ -84,7 +87,6 @@ imageobj.cpp \ imports.cpp \ linkablemapobj.cpp \ - xlinkobj.cpp \ main.cpp \ mainwindow.cpp \ mapcenterobj.cpp \ @@ -101,9 +103,11 @@ simplescripteditor.cpp \ texteditor.cpp \ version.cpp \ + xlinkobj.cpp \ xml-base.cpp \ xml-vym.cpp \ xml-freemind.cpp \ + xmlobj.cpp \ xsltproc.cpp \ settings.cpp \ warningdialog.cpp