]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/lineparallelthroughoptions.cpp
In the middle of major refactoring...
[architektonas] / src / forms / lineparallelthroughoptions.cpp
index d5f994e6e24e11bfcf3e12464e867a9a16a94fc7..b1f66eac96c0ef390f176ff4b91d15004c4e1c87 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "lineparallelthroughoptions.h"
 
-#include "rs_actiondrawlineparallelthrough.h"
+#include "actiondrawlineparallelthrough.h"
 #include "settings.h"
 
 LineParallelThroughOptions::LineParallelThroughOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -45,11 +45,11 @@ LineParallelThroughOptions::~LineParallelThroughOptions()
        settings.endGroup();
 }
 
-void LineParallelThroughOptions::setAction(RS_ActionInterface * a, bool update)
+void LineParallelThroughOptions::setAction(ActionInterface * a, bool update)
 {
        if (a != NULL && a->rtti() == RS2::ActionDrawLineParallelThrough)
        {
-               action = (RS_ActionDrawLineParallelThrough *)a;
+               action = (ActionDrawLineParallelThrough *)a;
 
                QString sn;