]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionfilenew.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionfilenew.cpp
index a7fd4abe602d92df996ababe11c71c2d76f4e842..e582eb55dfcacc9d92c5ae753e828db530dbf715 100644 (file)
@@ -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, );
           }