mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
DllMacro.h ==> UiDllMacro.h
This commit is contained in:
parent
a811a9a694
commit
fae3284bb7
5 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef CALAMARESMODULE_H
|
||||
#define CALAMARESMODULE_H
|
||||
|
||||
#include "DllMacro.h"
|
||||
#include "UiDllMacro.h"
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef VIEWMANAGER_H
|
||||
#define VIEWMANAGER_H
|
||||
|
||||
#include "DllMacro.h"
|
||||
#include "UiDllMacro.h"
|
||||
#include "viewpages/ViewPlugin.h"
|
||||
|
||||
#include <QPushButton>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <QWidget>
|
||||
|
||||
#include "../DllMacro.h"
|
||||
#include "../UiDllMacro.h"
|
||||
|
||||
namespace Calamares
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <QObject>
|
||||
|
||||
#include "../DllMacro.h"
|
||||
#include "../UiDllMacro.h"
|
||||
|
||||
namespace Calamares
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue