DllMacro.h ==> UiDllMacro.h

This commit is contained in:
Teo Mrnjavac 2014-06-26 14:41:34 +02:00
parent a811a9a694
commit fae3284bb7
5 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#ifndef CALAMARESMODULE_H #ifndef CALAMARESMODULE_H
#define CALAMARESMODULE_H #define CALAMARESMODULE_H
#include "DllMacro.h" #include "UiDllMacro.h"
#include <QStringList> #include <QStringList>

View File

@ -19,7 +19,7 @@
#ifndef VIEWMANAGER_H #ifndef VIEWMANAGER_H
#define VIEWMANAGER_H #define VIEWMANAGER_H
#include "DllMacro.h" #include "UiDllMacro.h"
#include "viewpages/ViewPlugin.h" #include "viewpages/ViewPlugin.h"
#include <QPushButton> #include <QPushButton>

View File

@ -21,7 +21,7 @@
#include <QWidget> #include <QWidget>
#include "../DllMacro.h" #include "../UiDllMacro.h"
namespace Calamares namespace Calamares
{ {

View File

@ -21,7 +21,7 @@
#include <QObject> #include <QObject>
#include "../DllMacro.h" #include "../UiDllMacro.h"
namespace Calamares namespace Calamares
{ {