diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:29:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:29:49 +0300 |
commit | 3c5c3770c2769caa3b33ff7e683d02291ac56bfb (patch) | |
tree | 150ea4aeb6290a4329fdd83c8bdf961f8784b0e5 /src/gui/widgets/progressindicator.cpp | |
parent | bf41f3154225eb49d9d6f83563f157d1f9ce3f6b (diff) | |
download | plus-3c5c3770c2769caa3b33ff7e683d02291ac56bfb.tar.gz plus-3c5c3770c2769caa3b33ff7e683d02291ac56bfb.tar.bz2 plus-3c5c3770c2769caa3b33ff7e683d02291ac56bfb.tar.xz plus-3c5c3770c2769caa3b33ff7e683d02291ac56bfb.zip |
Move simpleanimation into animation directory.
Diffstat (limited to 'src/gui/widgets/progressindicator.cpp')
-rw-r--r-- | src/gui/widgets/progressindicator.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/progressindicator.cpp b/src/gui/widgets/progressindicator.cpp index efe65507f..7b1d4f723 100644 --- a/src/gui/widgets/progressindicator.cpp +++ b/src/gui/widgets/progressindicator.cpp @@ -21,13 +21,12 @@ #include "gui/widgets/progressindicator.h" -#include "simpleanimation.h" - #include "gui/gui.h" #include "resources/imageset.h" #include "resources/animation/animation.h" +#include "resources/animation/simpleanimation.h" #include "utils/delete2.h" |