config.h is no more.

This commit is contained in:
Teo Mrnjavac 2015-07-21 12:44:59 +02:00
parent 5d19f9c55e
commit df01276a53
4 changed files with 0 additions and 8 deletions

View File

@ -17,8 +17,6 @@
#include "core/copysourceshred.h"
#include <config.h>
/** Constructs a CopySourceShred with the given @p size
@param s the size the copy source will (pretend to) have
@param sectorsize the sectorsize the copy source will (pretend to) have

View File

@ -27,8 +27,6 @@
#include <KLocalizedString>
#include <config.h>
int PartitionAlignment::s_sectorAlignment = 2048;
qint64 PartitionAlignment::firstDelta(const Device& d, const Partition& p, qint64 s)

View File

@ -34,8 +34,6 @@
#include <QFile>
#include <QTextStream>
#include <config.h>
/** Creates a new PartitionTable object with type MSDOS
@param type name of the PartitionTable type (e.g. "msdos" or "gpt")
*/

View File

@ -26,8 +26,6 @@
#include <QApplication>
#include <QFontDatabase>
#include <config.h>
/** Creates a new PartWidget
@param parent pointer to the parent widget
@param p pointer to the Partition this widget will show. must not be NULL.