[partition] More includes fixes, "" instead of <>
This commit is contained in:
parent
e8408cb5b2
commit
c7da99d870
@ -19,7 +19,7 @@
|
||||
#ifndef CLEARMOUNTSJOB_H
|
||||
#define CLEARMOUNTSJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
class Device;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CLEARTEMPMOUNTSJOB_H
|
||||
#define CLEARTEMPMOUNTSJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
class Device;
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef CREATEPARTITIONTABLEJOB_H
|
||||
#define CREATEPARTITIONTABLEJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
// KPMcore
|
||||
#include <kpmcore/core/partitiontable.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef CREATEVOLUMEGROUPJOB_H
|
||||
#define CREATEVOLUMEGROUPJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
#include <kpmcore/core/partition.h>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef FILLGLOBALSTORAGEJOB_H
|
||||
#define FILLGLOBALSTORAGEJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
// Qt
|
||||
#include <QList>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef REMOVEVOLUMEGROUPJOB_H
|
||||
#define REMOVEVOLUMEGROUPJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
class LvmDevice;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef RESIZEVOLUMEGROUPJOB_H
|
||||
#define RESIZEVOLUMEGROUPJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
#include <QVector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user