]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionprintpreview.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionprintpreview.cpp
index d43e891e9786b1bfb2b12b7fc511c81422d4bc3b..ada1c137de9d5c995991337f47124d0807b71be8 100644 (file)
@@ -23,7 +23,7 @@
 /**
  * Constructor.
  */
-ActionPrintPreview::ActionPrintPreview(RS_EntityContainer & container, GraphicView & graphicView):
+ActionPrintPreview::ActionPrintPreview(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Print Preview", container, graphicView)
 {
        showOptions();
@@ -97,7 +97,7 @@ void ActionPrintPreview::mouseReleaseEvent(QMouseEvent * e)
                break;
 
        default:
-               RS_DIALOGFACTORY->requestPreviousMenu();
+               DIALOGFACTORY->requestPreviousMenu();
                e->accept();
                break;
        }
@@ -107,7 +107,7 @@ void ActionPrintPreview::coordinateEvent(Vector *)
 {
 }
 
-void ActionPrintPreview::commandEvent(RS_CommandEvent *)
+void ActionPrintPreview::commandEvent(CommandEvent *)
 {
 }
 
@@ -121,14 +121,14 @@ void ActionPrintPreview::showOptions()
 {
        ActionInterface::showOptions();
 
-       RS_DIALOGFACTORY->requestOptions(this, true);
+       DIALOGFACTORY->requestOptions(this, true);
 }
 
 void ActionPrintPreview::hideOptions()
 {
        ActionInterface::hideOptions();
 
-       RS_DIALOGFACTORY->requestOptions(this, false);
+       DIALOGFACTORY->requestOptions(this, false);
 }
 
 void ActionPrintPreview::updateMouseButtonHints()