diff options
Diffstat (limited to 'src/plugins/texteditor/basehoverhandler.h')
-rw-r--r-- | src/plugins/texteditor/basehoverhandler.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/texteditor/basehoverhandler.h b/src/plugins/texteditor/basehoverhandler.h index 91e5e4e38d..7a5334e3a8 100644 --- a/src/plugins/texteditor/basehoverhandler.h +++ b/src/plugins/texteditor/basehoverhandler.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef BASEHOVERHANDLER_H -#define BASEHOVERHANDLER_H +#pragma once #include "texteditor_global.h" #include "helpitem.h" @@ -86,5 +85,3 @@ private: }; } // namespace TextEditor - -#endif // BASEHOVERHANDLER_H |