aboutsummaryrefslogtreecommitdiffstats
path: root/src/frames/loading_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frames/loading_frame.cpp')
-rw-r--r--src/frames/loading_frame.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frames/loading_frame.cpp b/src/frames/loading_frame.cpp
index 31458b7f..ef05bd48 100644
--- a/src/frames/loading_frame.cpp
+++ b/src/frames/loading_frame.cpp
@@ -25,8 +25,8 @@
*/
#include "loading_frame.hpp"
-#include "menu/frame_background_image.hpp"
-#include "menu/frame_background_color.hpp"
+#include "menu/background_image.hpp"
+#include "menu/background_color.hpp"
#include "menu/text.hpp"
namespace usdx
@@ -38,8 +38,8 @@ namespace usdx
Frame(app)
{
// RgbColor background(100, 100, 100);
-// set_background(new FrameBackgroundColor(background));
- set_background(new FrameBackgroundImage("game/themes/Deluxe/[bg-load]blue.jpg"));
+// set_background(new BackgroundColor(background));
+ set_background(new BackgroundImage("game/themes/Deluxe/[bg-load]blue.jpg"));
DrawableControl *c = new Text(this, "Halloäöüß");
c->set_position(100, 100);