]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/pentoolbar.cpp
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / pentoolbar.cpp
similarity index 96%
rename from src/widgets/qg_pentoolbar.cpp
rename to src/widgets/pentoolbar.cpp
index 426d9151f64fd2f69163e10b949db97998729114..87bfbe4c2b84d3892cb0213a47cce95039627f48 100644 (file)
@@ -1,4 +1,4 @@
-// qg_pentoolbar.cpp
+// pentoolbar.cpp
 //
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 //                  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"
 
 /**