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