X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fpentoolbar.cpp;fp=src%2Fwidgets%2Fqg_pentoolbar.cpp;h=87bfbe4c2b84d3892cb0213a47cce95039627f48;hb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;hp=426d9151f64fd2f69163e10b949db97998729114;hpb=d86611a87f46873819dfae63f1112b248ba9aca1;p=architektonas diff --git a/src/widgets/qg_pentoolbar.cpp b/src/widgets/pentoolbar.cpp similarity index 96% rename from src/widgets/qg_pentoolbar.cpp rename to src/widgets/pentoolbar.cpp index 426d915..87bfbe4 100644 --- a/src/widgets/qg_pentoolbar.cpp +++ b/src/widgets/pentoolbar.cpp @@ -1,4 +1,4 @@ -// qg_pentoolbar.cpp +// pentoolbar.cpp // // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun @@ -16,11 +16,11 @@ // delete created objects in destructor to prevent memory leak // -#include "qg_pentoolbar.h" +#include "pentoolbar.h" -#include "qg_colorbox.h" -#include "qg_widthbox.h" -#include "qg_linetypebox.h" +#include "colorbox.h" +#include "widthbox.h" +#include "linetypebox.h" #include "rs_layer.h" /**