summaryrefslogtreecommitdiffstats
path: root/src/templates/main.cpp
diff options
context:
space:
mode:
authorSlagvi Public <JandotDarowskiattgmaildottcom>2013-06-22 13:22:37 +0000
committerSlagvi Public <JandotDarowskiattgmaildottcom>2013-06-22 13:22:37 +0000
commit0d0e1eac78d0ae118041022c43e94901cef1b5e8 (patch)
tree6deaef8ac4353a946524915874b972028945cdbb /src/templates/main.cpp
parentFirst newFromTemplate commit. Some basic widgets mechanics (diff)
downloadinkscape-0d0e1eac78d0ae118041022c43e94901cef1b5e8.tar.gz
inkscape-0d0e1eac78d0ae118041022c43e94901cef1b5e8.zip
Coding style fixes
(bzr r12379.2.2)
Diffstat (limited to 'src/templates/main.cpp')
-rw-r--r--src/templates/main.cpp6
1 files changed, 4 insertions, 2 deletions
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 <gtkmm/main.h>
-#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
+}