[partition] Rename MountPoints to PartitionDialogHelpers

This file is full of helper functions for the partition-editing
dialogs. At first it was just mount-point helper functions,
but there is other functionality that can be refactored.
This commit is contained in:
Adriaan de Groot 2018-05-16 08:34:33 -04:00
parent 336b8c758a
commit 950cc9070d
5 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@
#include <core/PartitionInfo.h>
#include "core/PartUtils.h"
#include <core/KPMHelpers.h>
#include "gui/MountPoints.h"
#include "gui/PartitionDialogHelpers.h"
#include <gui/PartitionSizeController.h>
#include <ui_EditExistingPartitionDialog.h>