]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/insertoptions.cpp
GPL compliance check...
[architektonas] / src / forms / insertoptions.cpp
index f1f61724d941e152a74ef4a23a0cff7e4e710067..d559ce1deb823c10a8e09c2429b051b4ff1c7035 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>
 //
@@ -14,7 +16,7 @@
 
 #include "insertoptions.h"
 
-#include "rs_actionblocksinsert.h"
+#include "actionblocksinsert.h"
 #include "settings.h"
 
 InsertOptions::InsertOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -78,11 +80,11 @@ InsertOptions::~InsertOptions()
        settings.endGroup();
 }
 
-void InsertOptions::setAction(RS_ActionInterface * a, bool update)
+void InsertOptions::setAction(ActionInterface * a, bool update)
 {
        if (a != NULL && a->rtti() == RS2::ActionBlocksInsert)
        {
-               action = (RS_ActionBlocksInsert *)a;
+               action = (ActionBlocksInsert *)a;
 
                QString sAngle;
                QString sFactor;