diff options
Diffstat (limited to 'src/plugins/qhelpproject/qhelpproject.h')
-rw-r--r-- | src/plugins/qhelpproject/qhelpproject.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/qhelpproject/qhelpproject.h b/src/plugins/qhelpproject/qhelpproject.h index 4ef76a5fc2b..275b21f5275 100644 --- a/src/plugins/qhelpproject/qhelpproject.h +++ b/src/plugins/qhelpproject/qhelpproject.h @@ -30,13 +30,14 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef QHELPPROJECT_H #define QHELPPROJECT_H -#include <QtCore/QObject> - #include <projectexplorer/ProjectExplorerInterfaces> +#include <QtCore/QObject> + namespace QHelpProjectPlugin { namespace Internal { @@ -108,8 +109,7 @@ private: QStringList m_files; }; -} -} -} +} // namespace Internal +} // namespace QHelpProject -#endif +#endif // QHELPPROJECT_H |