]> sigrok.org Git - pulseview.git/blobdiff - main.cpp
Moved all classes into the pv namespace
[pulseview.git] / main.cpp
index d15cff89ee61ed852be33065e764be35e5253366..41f85897893069165afc325d5db4d65a414ab36e 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -26,7 +26,7 @@ extern "C" {
 
 #include <QtGui/QApplication>
 #include <QDebug>
 
 #include <QtGui/QApplication>
 #include <QDebug>
-#include "mainwindow.h"
+#include "pv/mainwindow.h"
 
 int main(int argc, char *argv[])
 {
 
 int main(int argc, char *argv[])
 {
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
        }
 
        /* Initialise the main window */
        }
 
        /* Initialise the main window */
-       MainWindow w;
+       pv::MainWindow w;
        w.show();
 
        /* Run the application */
        w.show();
 
        /* Run the application */