diff options
author | Bertram <bertram@cegetel.net> | 2010-03-06 15:53:30 +0100 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2010-03-06 15:53:30 +0100 |
commit | da77a5f25dbf9cdfbb33ddae1c01ed961f41374f (patch) | |
tree | 7160c19d185fa8d0bf826c09c9346cdc8354e50d /src/gui/widgets/progressindicator.cpp | |
parent | f0bf3996fbc2f9dc3edc55b45e4fa3a3a6275db4 (diff) | |
parent | 3a447afa534573ed4a014372c687ef4028d16760 (diff) | |
download | mana-client-da77a5f25dbf9cdfbb33ddae1c01ed961f41374f.tar.gz mana-client-da77a5f25dbf9cdfbb33ddae1c01ed961f41374f.tar.bz2 mana-client-da77a5f25dbf9cdfbb33ddae1c01ed961f41374f.tar.xz mana-client-da77a5f25dbf9cdfbb33ddae1c01ed961f41374f.zip |
Merge branch 'master' of gitorious.org:mana/mana
Diffstat (limited to 'src/gui/widgets/progressindicator.cpp')
-rw-r--r-- | src/gui/widgets/progressindicator.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/progressindicator.cpp b/src/gui/widgets/progressindicator.cpp index f88f6045..1941da4a 100644 --- a/src/gui/widgets/progressindicator.cpp +++ b/src/gui/widgets/progressindicator.cpp @@ -20,7 +20,7 @@ #include "progressindicator.h" -#include "gui/skin.h" +#include "gui/theme.h" #include "resources/animation.h" #include "resources/imageset.h" @@ -33,8 +33,8 @@ ProgressIndicator::ProgressIndicator() { - ImageSet *images = - SkinLoader::getImageSetFromTheme("progress-indicator.png", 32, 32); + ImageSet *images = Theme::getImageSetFromTheme("progress-indicator.png", + 32, 32); Animation *anim = new Animation; for (ImageSet::size_type i = 0; i < images->size(); ++i) |