aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/progressmanager/progressbar.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-03-22 15:02:16 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-03-22 15:03:31 +0100
commitff7967cb22028185050301d1857c355a4a9a4521 (patch)
treec2f0b569f5ea4679305317c77ad23313e6c24d8c /src/plugins/coreplugin/progressmanager/progressbar.h
parent0981b1c7fc1fd5d35e321785a1bfa7ccc7ef0126 (diff)
Namespace ProgressBar and FadeWidgetHack appropriately
They're internal classes of the core plugin.
Diffstat (limited to 'src/plugins/coreplugin/progressmanager/progressbar.h')
-rw-r--r--src/plugins/coreplugin/progressmanager/progressbar.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/progressmanager/progressbar.h b/src/plugins/coreplugin/progressmanager/progressbar.h
index a62e5b1c0e..22a20f288c 100644
--- a/src/plugins/coreplugin/progressmanager/progressbar.h
+++ b/src/plugins/coreplugin/progressmanager/progressbar.h
@@ -33,6 +33,9 @@
#include <QtCore/QString>
#include <QtGui/QWidget>
+namespace Core {
+namespace Internal {
+
class ProgressBar : public QWidget
{
Q_OBJECT
@@ -77,7 +80,9 @@ private:
int m_maximum;
int m_value;
float m_fader;
-
};
+} // namespace Internal
+} // namespace Core
+
#endif // PROGRESSPIE_H