]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/beveloptions.cpp
Partially fixed thumbnail rendering on Library Browser.
[architektonas] / src / forms / beveloptions.cpp
index 94887b43332ca38677d73dcdfe17390294a7d02e..bbfbd71994d344d2016a79df4b5b5c8c9f2beac6 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,9 @@
 #include "beveloptions.h"
 
 #include "rs.h"
-#include "rs_actioninterface.h"
-#include "rs_actionmodifybevel.h"
+#include "actioninterface.h"
+#include "actionmodifybevel.h"
+#include "rs_debug.h"
 #include "settings.h"
 
 BevelOptions::BevelOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -62,11 +65,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;