Remove double underscore from include guards.

This commit is contained in:
Andrius Štikonas 2017-09-11 16:27:51 +01:00
parent 688b21f9f7
commit 78eca538d6
42 changed files with 84 additions and 84 deletions

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(ADVANCEDPAGEWIDGET__H)
#if !defined(ADVANCEDPAGEWIDGET_H)
#define ADVANCEDPAGEWIDGET__H
#define ADVANCEDPAGEWIDGET_H
#include "ui_configurepageadvanced.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(CONFIGUREOPTIONSDIALOG__H)
#if !defined(CONFIGUREOPTIONSDIALOG_H)
#define CONFIGUREOPTIONSDIALOG__H
#define CONFIGUREOPTIONSDIALOG_H
#include <KConfigDialog>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(FILESYSTEMCOLORSPAGEWIDGET__H)
#if !defined(FILESYSTEMCOLORSPAGEWIDGET_H)
#define FILESYSTEMCOLORSPAGEWIDGET__H
#define FILESYSTEMCOLORSPAGEWIDGET_H
#include "ui_configurepagefilesystemcolors.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(GENERALPAGEWIDGET__H)
#if !defined(GENERALPAGEWIDGET_H)
#define GENERALPAGEWIDGET__H
#define GENERALPAGEWIDGET_H
#include "ui_configurepagegeneral.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(APPLYPROGRESSDETAILSWIDGET__H)
#if !defined(APPLYPROGRESSDETAILSWIDGET_H)
#define APPLYPROGRESSDETAILSWIDGET__H
#define APPLYPROGRESSDETAILSWIDGET_H
#include "ui_applyprogressdetailswidgetbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(APPLYPROGRESSDIALOG__H)
#if !defined(APPLYPROGRESSDIALOG_H)
#define APPLYPROGRESSDIALOG__H
#define APPLYPROGRESSDIALOG_H
#include <QDialog>
#include <QString>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(APPLYPROGRESSDIALOGWIDGET__H)
#if !defined(APPLYPROGRESSDIALOGWIDGET_H)
#define APPLYPROGRESSDIALOGWIDGET__H
#define APPLYPROGRESSDIALOGWIDGET_H
#include "ui_applyprogressdialogwidgetbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(CREATEPARTITIONTABLEDIALOG__H)
#if !defined(CREATEPARTITIONTABLEDIALOG_H)
#define CREATEPARTITIONTABLEDIALOG__H
#define CREATEPARTITIONTABLEDIALOG_H
#include "gui/createpartitiontablewidget.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(CREATEPARTITIONTABLEWIDGET__H)
#if !defined(CREATEPARTITIONTABLEWIDGET_H)
#define CREATEPARTITIONTABLEWIDGET__H
#define CREATEPARTITIONTABLEWIDGET_H
#include "ui_createpartitiontablewidgetbase.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(CREATEVOLUMEGROUPDIALOG__H)
#if !defined(CREATEVOLUMEGROUPDIALOG_H)
#define CREATEVOLUMEGROUPDIALOG__H
#define CREATEVOLUMEGROUPDIALOG_H
#include <core/device.h>
#include <fs/lvm2_pv.h>

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(DEVICEPROPSDIALOG__H)
#if !defined(DEVICEPROPSDIALOG_H)
#define DEVICEPROPSDIALOG__H
#define DEVICEPROPSDIALOG_H
#include <QDialog>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(DEVICEPROPSWIDGET__H)
#if !defined(DEVICEPROPSWIDGET_H)
#define DEVICEPROPSWIDGET__H
#define DEVICEPROPSWIDGET_H
#include "ui_devicepropswidgetbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(EDITMOUNTOPTIONSDIALOG__H)
#if !defined(EDITMOUNTOPTIONSDIALOG_H)
#define EDITMOUNTOPTIONSDIALOG__H
#define EDITMOUNTOPTIONSDIALOG_H
#include <QDialog>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(EDITMOUNTOPTIONSDIALOGWIDGET__H)
#if !defined(EDITMOUNTOPTIONSDIALOGWIDGET_H)
#define EDITMOUNTOPTIONSDIALOGWIDGET__H
#define EDITMOUNTOPTIONSDIALOGWIDGET_H
#include "ui_editmountoptionsdialogwidgetbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(EDITMOUNTPOINTDIALOG__H)
#if !defined(EDITMOUNTPOINTDIALOG_H)
#define EDITMOUNTPOINTDIALOG__H
#define EDITMOUNTPOINTDIALOG_H
#include <QDialog>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(EDITMOUNTPOINTDIALOGWIDGET__H)
#if !defined(EDITMOUNTPOINTDIALOGWIDGET_H)
#define EDITMOUNTPOINTDIALOGWIDGET__H
#define EDITMOUNTPOINTDIALOGWIDGET_H
#include "ui_editmountpointdialogwidgetbase.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(FILESYSTEMSUPPORTDIALOG__H)
#if !defined(FILESYSTEMSUPPORTDIALOG_H)
#define FILESYSTEMSUPPORTDIALOG__H
#define FILESYSTEMSUPPORTDIALOG_H
#include <QWidget>
#include <QDialog>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(FILESYSTEMSUPPORTDIALOGWIDGET__H)
#if !defined(FILESYSTEMSUPPORTDIALOGWIDGET_H)
#define FILESYSTEMSUPPORTDIALOGWIDGET__H
#define FILESYSTEMSUPPORTDIALOGWIDGET_H
#include "ui_filesystemsupportdialogwidgetbase.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(FORMATTEDSPINBOX__H)
#if !defined(FORMATTEDSPINBOX_H)
#define FORMATTEDSPINBOX__H
#define FORMATTEDSPINBOX_H
#include <QDoubleSpinBox>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(INFOPANE__H)
#if !defined(INFOPANE_H)
#define INFOPANE__H
#define INFOPANE_H
#include <QWidget>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(INSERTDIALOG__H)
#if !defined(INSERTDIALOG_H)
#define INSERTDIALOG__H
#define INSERTDIALOG_H
#include "gui/sizedialogbase.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(LISTDEVICES__H)
#if !defined(LISTDEVICES_H)
#define LISTDEVICES__H
#define LISTDEVICES_H
#include <core/operationstack.h>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(LISTOPERATIONS__H)
#if !defined(LISTOPERATIONS_H)
#define LISTOPERATIONS__H
#define LISTOPERATIONS_H
#include <core/operationstack.h>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(LISTPHYSICALVOLUMES__H)
#if !defined(LISTPHYSICALVOLUMES_H)
#define LISTPHYSICALVOLUMES__H
#define LISTPHYSICALVOLUMES_H
#include "ui_listphysicalvolumesbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(MAINWINDOW__H)
#if !defined(MAINWINDOW_H)
#define MAINWINDOW__H
#define MAINWINDOW_H
#include <core/operationrunner.h>
#include <core/operationstack.h>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(NEWDIALOG__H)
#if !defined(NEWDIALOG_H)
#define NEWDIALOG__H
#define NEWDIALOG_H
#include "gui/sizedialogbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(PARTITIONMANAGERWIDGET__H)
#if !defined(PARTITIONMANAGERWIDGET_H)
#define PARTITIONMANAGERWIDGET__H
#define PARTITIONMANAGERWIDGET_H
#include <core/operationstack.h>
#include <core/operationrunner.h>

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(PARTPROPSDIALOG__H)
#if !defined(PARTPROPSDIALOG_H)
#define PARTPROPSDIALOG__H
#define PARTPROPSDIALOG_H
#include <fs/filesystem.h>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(PARTPROPSWIDGET__H)
#if !defined(PARTPROPSWIDGET_H)
#define PARTPROPSWIDGET__H
#define PARTPROPSWIDGET_H
#include "ui_partpropswidgetbase.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(PARTTABLEWIDGET__H)
#if !defined(PARTTABLEWIDGET_H)
#define PARTTABLEWIDGET__H
#define PARTTABLEWIDGET_H
#include <gui/partwidgetbase.h>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(RESIZEDIALOG__H)
#if !defined(RESIZEDIALOG_H)
#define RESIZEDIALOG__H
#define RESIZEDIALOG_H
#include "gui/sizedialogbase.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(RESIZEVOLUMEGROUPDIALOG__H)
#if !defined(RESIZEVOLUMEGROUPDIALOG_H)
#define RESIZEVOLUMEGROUPDIALOG__H
#define RESIZEVOLUMEGROUPDIALOG_H
#include <fs/lvm2_pv.h>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(SCANPROGRESSDIALOG__H)
#if !defined(SCANPROGRESSDIALOG_H)
#define SCANPROGRESSDIALOG__H
#define SCANPROGRESSDIALOG_H
#include <QProgressDialog>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(SIZEDETAILSWIDGET__H)
#if !defined(SIZEDETAILSWIDGET_H)
#define SIZEDETAILSWIDGET__H
#define SIZEDETAILSWIDGET_H
#include "ui_sizedetailswidgetbase.h"

View File

@ -15,9 +15,9 @@
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(SIZEDIALOGBASE__H)
#if !defined(SIZEDIALOGBASE_H)
#define SIZEDIALOGBASE__H
#define SIZEDIALOGBASE_H
#include <util/capacity.h>

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(SIZEDIALOGWIDGET__H)
#if !defined(SIZEDIALOGWIDGET_H)
#define SIZEDIALOGWIDGET__H
#define SIZEDIALOGWIDGET_H
#include "ui_sizedialogwidgetbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(SMARTDIALOG__H)
#if !defined(SMARTDIALOG_H)
#define SMARTDIALOG__H
#define SMARTDIALOG_H
#include <QDialog>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(SMARTDIALOGWIDGET__H)
#if !defined(SMARTDIALOGWIDGET_H)
#define SMARTDIALOGWIDGET__H
#define SMARTDIALOGWIDGET_H
#include "ui_smartdialogwidgetbase.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(TREELOG__H)
#if !defined(TREELOG_H)
#define TREELOG__H
#define TREELOG_H
#include "ui_treelogbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(VOLUMEGROUPDIALOG__H)
#if !defined(VOLUMEGROUPDIALOG_H)
#define VOLUMEGROUPDIALOG__H
#define VOLUMEGROUPDIALOG_H
#include <QVector>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(VOLUMEGROUPWIDGET__H)
#if !defined(VOLUMEGROUPWIDGET_H)
#define VOLUMEGROUPWIDGET__H
#define VOLUMEGROUPWIDGET_H
#include "ui_volumegroupwidgetbase.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(GUIHELPERS__H)
#if !defined(GUIHELPERS_H)
#define GUIHELPERS__H
#define GUIHELPERS_H
#include <fs/filesystem.h>
#include <util/capacity.h>