]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/beveloptions.cpp
GPL compliance check...
[architektonas] / src / forms / beveloptions.cpp
index 94887b43332ca38677d73dcdfe17390294a7d02e..a99f7f20b1a95541bb684f954313bb5075b0023a 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -15,8 +17,8 @@
 #include "beveloptions.h"
 
 #include "rs.h"
-#include "rs_actioninterface.h"
-#include "rs_actionmodifybevel.h"
+#include "actioninterface.h"
+#include "actionmodifybevel.h"
 #include "settings.h"
 
 BevelOptions::BevelOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -62,11 +64,11 @@ BevelOptions::~BevelOptions()
        settings.endGroup();
 }
 
-void BevelOptions::setAction(RS_ActionInterface * a, bool update)
+void BevelOptions::setAction(ActionInterface * a, bool update)
 {
        if (a != NULL && a->rtti() == RS2::ActionModifyBevel)
        {
-               action = (RS_ActionModifyBevel *)a;
+               action = (ActionModifyBevel *)a;
 
                QString sd1;
                QString sd2;