X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Flayerwidget.cpp;fp=src%2Fwidgets%2Fqg_layerwidget.cpp;h=28e5f6ffefb8a59cbd61a007b871ce13112d3a09;hb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;hp=bb422c050deb08ee083593860286a71ce7537a58;hpb=d86611a87f46873819dfae63f1112b248ba9aca1;p=architektonas diff --git a/src/widgets/qg_layerwidget.cpp b/src/widgets/layerwidget.cpp similarity index 99% rename from src/widgets/qg_layerwidget.cpp rename to src/widgets/layerwidget.cpp index bb422c0..28e5f6f 100644 --- a/src/widgets/qg_layerwidget.cpp +++ b/src/widgets/layerwidget.cpp @@ -1,4 +1,4 @@ -// qg_layerwdget.cpp +// layerwdget.cpp // // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun @@ -14,9 +14,9 @@ // JLH 05/11/2010 Added this text. :-) // -#include "qg_layerwidget.h" +#include "layerwidget.h" -#include "qg_actionhandler.h" +#include "actionhandler.h" #include "rs_debug.h" #include "rs_layer.h" #include "rs_layerlist.h"