]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/roundoptions.cpp
In the middle of major refactoring...
[architektonas] / src / forms / roundoptions.cpp
index 8c72258ec23e9f0b3c555b54a331e393ba209c0f..7f439b40a49baec874b29ac2d468e088b5a1888c 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "roundoptions.h"
 
-#include "rs_actionmodifyround.h"
+#include "actionmodifyround.h"
 #include "settings.h"
 
 RoundOptions::RoundOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -53,11 +53,11 @@ RoundOptions::~RoundOptions()
        settings.endGroup();
 }
 
-void RoundOptions::setAction(RS_ActionInterface * a, bool update)
+void RoundOptions::setAction(ActionInterface * a, bool update)
 {
        if (a != NULL && a->rtti() == RS2::ActionModifyRound)
        {
-               action = (RS_ActionModifyRound *)a;
+               action = (ActionModifyRound *)a;
 
                QString sr;
                bool st;