aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/import_export/ExportKeyPackageDialog.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-11-07 07:57:28 +0000
committersaturneric <[email protected]>2023-11-07 07:57:28 +0000
commit4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e (patch)
treed5e09d3170922aa288877344a8a90905b0c02d62 /src/ui/dialog/import_export/ExportKeyPackageDialog.h
parentrefactor: remove CommonUtils at core (diff)
downloadGpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.tar.gz
GpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.zip
refactor: separate typedef and impl
Diffstat (limited to 'src/ui/dialog/import_export/ExportKeyPackageDialog.h')
-rw-r--r--src/ui/dialog/import_export/ExportKeyPackageDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/import_export/ExportKeyPackageDialog.h b/src/ui/dialog/import_export/ExportKeyPackageDialog.h
index 72f5b09e..678db8ff 100644
--- a/src/ui/dialog/import_export/ExportKeyPackageDialog.h
+++ b/src/ui/dialog/import_export/ExportKeyPackageDialog.h
@@ -29,7 +29,7 @@
#pragma once
#include "GpgFrontendUI.h"
-#include "core/GpgModel.h"
+#include "core/typedef/GpgTypedef.h"
#include "ui/dialog/GeneralDialog.h"
class Ui_exportKeyPackageDialog;