X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=main.cpp;h=41f85897893069165afc325d5db4d65a414ab36e;hb=b04e278da5b0a9aa7d5e62bbb40f32f0e51f662d;hp=e63c87d75194599a9d1c7a89529f733b6745c896;hpb=3623c8d3c84c35a00ed9e51897f6b5834c0d09cf;p=pulseview.git diff --git a/main.cpp b/main.cpp index e63c87d..41f8589 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -26,7 +26,7 @@ extern "C" { #include #include -#include "mainwindow.h" +#include "pv/mainwindow.h" int main(int argc, char *argv[]) { @@ -63,7 +63,7 @@ int main(int argc, char *argv[]) } /* Initialise the main window */ - MainWindow w; + pv::MainWindow w; w.show(); /* Run the application */