aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/QuitDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/QuitDialog.h')
-rwxr-xr-xsrc/ui/dialog/QuitDialog.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/dialog/QuitDialog.h b/src/ui/dialog/QuitDialog.h
index 6185a3b7..f6477e4e 100755
--- a/src/ui/dialog/QuitDialog.h
+++ b/src/ui/dialog/QuitDialog.h
@@ -26,8 +26,7 @@
*
*/
-#ifndef __QUITDIALOG_H__
-#define __QUITDIALOG_H__
+#pragma once
#include "ui/GpgFrontendUI.h"
#include "ui/dialog/GeneralDialog.h"
@@ -79,5 +78,3 @@ class QuitDialog : public GeneralDialog {
};
} // namespace GpgFrontend::UI
-
-#endif // __QUITDIALOG_H__