diff options
Diffstat (limited to 'src/plugins/regexp/regexpwindow.h')
-rw-r--r-- | src/plugins/regexp/regexpwindow.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/regexp/regexpwindow.h b/src/plugins/regexp/regexpwindow.h index c14217c6a4..73ae07e3ab 100644 --- a/src/plugins/regexp/regexpwindow.h +++ b/src/plugins/regexp/regexpwindow.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef REGEXPWINDOW_H #define REGEXPWINDOW_H @@ -86,7 +87,7 @@ private: QLineEdit *captureEdits[MaxCaptures]; }; -} //namespace Internal -} //namespace RegExp +} // namespace Internal +} // namespace RegExp -#endif +#endif // REGEXPWINDOW_H |