aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/storagesettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/storagesettings.h')
-rw-r--r--src/plugins/texteditor/storagesettings.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/texteditor/storagesettings.h b/src/plugins/texteditor/storagesettings.h
index b8684e7dfc..ffe7823f0f 100644
--- a/src/plugins/texteditor/storagesettings.h
+++ b/src/plugins/texteditor/storagesettings.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef STORAGESETTINGS_H
-#define STORAGESETTINGS_H
+#pragma once
#include "texteditor_global.h"
@@ -59,5 +58,3 @@ inline bool operator==(const StorageSettings &t1, const StorageSettings &t2) { r
inline bool operator!=(const StorageSettings &t1, const StorageSettings &t2) { return !t1.equals(t2); }
} // namespace TextEditor
-
-#endif // STORAGESETTINGS_H