diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/widgets/TextEdit.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index d7eaa6ff..994e8a64 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -26,8 +26,7 @@ * */ -#ifndef __TEXTEDIT_H__ -#define __TEXTEDIT_H__ +#pragma once #include "ui/dialog/QuitDialog.h" #include "ui/widgets/FilePage.h" @@ -293,5 +292,3 @@ class TextEdit : public QWidget { }; } // namespace GpgFrontend::UI - -#endif // __TEXTEDIT_H__ |