diff options
Diffstat (limited to 'src/templates/main.cpp')
| -rw-r--r-- | src/templates/main.cpp | 6 |
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 +} |
