Namespace ProgressBar and FadeWidgetHack appropriately

They're internal classes of the core plugin.
This commit is contained in:
Thorbjørn Lindeijer
2010-03-22 15:02:16 +01:00
parent 0981b1c7fc
commit ff7967cb22
4 changed files with 41 additions and 23 deletions

View File

@@ -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