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/utils/filewizarddialog.h | |
parent | 1472bdb0cc0c96b254cdf682bbe004c766be4a26 (diff) |
more cosmetic changes
Diffstat (limited to 'src/libs/utils/filewizarddialog.h')
-rw-r--r-- | src/libs/utils/filewizarddialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libs/utils/filewizarddialog.h b/src/libs/utils/filewizarddialog.h index 6a4a7d9ba6f..20dd98e350a 100644 --- a/src/libs/utils/filewizarddialog.h +++ b/src/libs/utils/filewizarddialog.h @@ -30,6 +30,7 @@ ** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef FILEWIZARDDIALOG_H #define FILEWIZARDDIALOG_H @@ -64,6 +65,7 @@ private: FileWizardPage *m_filePage; }; -} -} +} // namespace Utils +} // namespace Core + #endif // FILEWIZARDDIALOG_H |