X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fcommandwidget.cpp;h=d4c342eee13d298075f42a049aa2f3a340eb4b0b;hb=bd2b29c8735d83ab48df13c3efee53f63570473e;hp=62e9b5d621f1a67c2d9ecf032672220a6fc01434;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/forms/commandwidget.cpp b/src/forms/commandwidget.cpp index 62e9b5d..d4c342e 100644 --- a/src/forms/commandwidget.cpp +++ b/src/forms/commandwidget.cpp @@ -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 // @@ -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; }