]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/commandwidget.cpp
Partially fixed thumbnail rendering on Library Browser.
[architektonas] / src / forms / commandwidget.cpp
index 62e9b5d621f1a67c2d9ecf032672220a6fc01434..d4c342eee13d298075f42a049aa2f3a340eb4b0b 100644 (file)
@@ -1,8 +1,11 @@
 // commandwidget.cpp
 //
+// 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 +17,7 @@
 #include "commandwidget.h"
 
 #include "commands.h"
-#include "qg_actionhandler.h"
+#include "actionhandler.h"
 
 CommandWidget::CommandWidget(QWidget * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
        QWidget(parent, flags),  actionHandler(NULL)
@@ -117,7 +120,7 @@ void CommandWidget::escape()
        }
 }*/
 
-void CommandWidget::setActionHandler(QG_ActionHandler * ah)
+void CommandWidget::setActionHandler(ActionHandler * ah)
 {
        actionHandler = ah;
 }