From 0d0e1eac78d0ae118041022c43e94901cef1b5e8 Mon Sep 17 00:00:00 2001 From: Slagvi Public Date: Sat, 22 Jun 2013 15:22:37 +0200 Subject: Coding style fixes (bzr r12379.2.2) --- src/templates/main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/templates/main.cpp') diff --git a/src/templates/main.cpp b/src/templates/main.cpp index 1ff93822c..d7a3f40a4 100644 --- a/src/templates/main.cpp +++ b/src/templates/main.cpp @@ -1,6 +1,8 @@ #include -#include "newfromtemplate.h" +#include "new-from-template.h" + +using namespace Inkscape::UI; int main (int argc, char *argv[]) { @@ -11,4 +13,4 @@ int main (int argc, char *argv[]) //Gtk::Main::run(dialog); return 0; -} \ No newline at end of file +} -- cgit v1.2.3