]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/libraryinsertoptions.cpp
GPL compliance check...
[architektonas] / src / forms / libraryinsertoptions.cpp
index e19a7d9e390114aad12540394ba420cc2f2729af..b0725a9e54736c4f30b8d3d66c42e3817ea359b9 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 "libraryinsertoptions.h"
 
-#include "rs_actionlibraryinsert.h"
+#include "actionlibraryinsert.h"
 #include "settings.h"
 
 LibraryInsertOptions::LibraryInsertOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -52,11 +54,11 @@ LibraryInsertOptions::~LibraryInsertOptions()
        settings.endGroup();
 }
 
-void LibraryInsertOptions::setAction(RS_ActionInterface * a, bool update)
+void LibraryInsertOptions::setAction(ActionInterface * a, bool update)
 {
        if (a != NULL && a->rtti() == RS2::ActionLibraryInsert)
        {
-               action = (RS_ActionLibraryInsert *)a;
+               action = (ActionLibraryInsert *)a;
 
                QString sAngle;
                QString sFactor;