naming changes

This commit is contained in:
Sonaion
2019-11-21 13:34:04 +01:00
parent 9f318217a8
commit 111d4a8826
7 changed files with 74 additions and 74 deletions

View File

@@ -4,7 +4,7 @@
// ---------- main.cpp ----------
#include "mainwindow.h"
#include "IntelliPhotoGui.h"
#include <QApplication>
int main(int argc, char *argv[])
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
// Create and open the main window
MainWindow window;
IntelliPhotoGui window;
window.show();
// Display the main window