X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionfilenew.cpp;h=e582eb55dfcacc9d92c5ae753e828db530dbf715;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=a7fd4abe602d92df996ababe11c71c2d76f4e842;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/actions/actionfilenew.cpp b/src/actions/actionfilenew.cpp index a7fd4ab..e582eb5 100644 --- a/src/actions/actionfilenew.cpp +++ b/src/actions/actionfilenew.cpp @@ -18,7 +18,7 @@ //#include "drawing.h" -ActionFileNew::ActionFileNew(RS_EntityContainer & container, GraphicView & graphicView): +ActionFileNew::ActionFileNew(EntityContainer & container, GraphicView & graphicView): ActionInterface("File New", container, graphicView) { } @@ -31,9 +31,9 @@ void ActionFileNew::trigger() { /* // Not supported currently - RS_DEBUG->print("ActionFileNew::trigger"); + DEBUG->print("ActionFileNew::trigger"); - QString fileName; //= RS_DIALOGFACTORY->requestFileNewDialog(); + QString fileName; //= DIALOGFACTORY->requestFileNewDialog(); if (graphic!=NULL && !fileName.isEmpty()) { graphic->open(fileName, ); }