diff options
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyDetailsDialog.h')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyDetailsDialog.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ui/dialog/keypair_details/KeyDetailsDialog.h b/src/ui/dialog/keypair_details/KeyDetailsDialog.h index 1ddcda00..1c72ce98 100644 --- a/src/ui/dialog/keypair_details/KeyDetailsDialog.h +++ b/src/ui/dialog/keypair_details/KeyDetailsDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric + * Copyright (C) 2021 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -20,16 +20,16 @@ * the gpg4usb project, which is under GPL-3.0-or-later. * * All the source code of GpgFrontend was modified and released by - * Saturneric<[email protected]> starting on May 12, 2021. + * Saturneric <[email protected]> starting on May 12, 2021. * * SPDX-License-Identifier: GPL-3.0-or-later * */ -#ifndef __KEYDETAILSDIALOG_H__ -#define __KEYDETAILSDIALOG_H__ +#pragma once -#include "core/GpgContext.h" +#include "core/function/gpg/GpgContext.h" +#include "core/typedef/GpgTypedef.h" #include "ui/GpgFrontendUI.h" #include "ui/dialog/GeneralDialog.h" @@ -45,5 +45,3 @@ class KeyDetailsDialog : public GeneralDialog { QTabWidget* tab_widget_{}; }; } // namespace GpgFrontend::UI - -#endif // __KEYDETAILSDIALOG_H__ |