summaryrefslogtreecommitdiff
path: root/Source/QtDialog/WarningMessagesDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog/WarningMessagesDialog.h')
-rw-r--r--Source/QtDialog/WarningMessagesDialog.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/QtDialog/WarningMessagesDialog.h b/Source/QtDialog/WarningMessagesDialog.h
index f209dbdb3b..bb017040b4 100644
--- a/Source/QtDialog/WarningMessagesDialog.h
+++ b/Source/QtDialog/WarningMessagesDialog.h
@@ -1,7 +1,6 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#ifndef WarningMessagesDialog_h
-#define WarningMessagesDialog_h
+#pragma once
#include "QCMake.h"
#include <QDialog>
@@ -63,5 +62,3 @@ private:
*/
void setupSignals();
};
-
-#endif /* MessageDialog_h */