diff options
author | hjk <[email protected]> | 2008-12-02 14:09:21 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2008-12-02 14:09:21 +0100 |
commit | f61e8672db50445a3f84d37e657d38fbaa0d5083 (patch) | |
tree | 2dd961e9d2108690a989080ac42f9d5c40567c97 /src/libs/extensionsystem/plugindetailsview.h | |
parent | 1472bdb0cc0c96b254cdf682bbe004c766be4a26 (diff) |
more cosmetic changes
Diffstat (limited to 'src/libs/extensionsystem/plugindetailsview.h')
-rw-r--r-- | src/libs/extensionsystem/plugindetailsview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/extensionsystem/plugindetailsview.h b/src/libs/extensionsystem/plugindetailsview.h index 99386f29d0f..2e641117314 100644 --- a/src/libs/extensionsystem/plugindetailsview.h +++ b/src/libs/extensionsystem/plugindetailsview.h @@ -30,6 +30,7 @@ ** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef PLUGINDETAILSVIEW_H_ #define PLUGINDETAILSVIEW_H_ @@ -38,8 +39,7 @@ #include <QtGui/QWidget> -namespace ExtensionSystem -{ +namespace ExtensionSystem { namespace Internal { namespace Ui { |