aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/options.h
diff options
context:
space:
mode:
authorMax Horn2010-11-16 10:11:57 +0000
committerMax Horn2010-11-16 10:11:57 +0000
commit427dc1ae93fe9aafe97a2796b11db6ac940a97b1 (patch)
treeff4e8bea780e9d078c3066fee72640154ba35a74 /backends/platform/wii/options.h
parentc734fc2b3eb327fd442e9a7a62beeec964f2830b (diff)
downloadscummvm-rg350-427dc1ae93fe9aafe97a2796b11db6ac940a97b1.tar.gz
scummvm-rg350-427dc1ae93fe9aafe97a2796b11db6ac940a97b1.tar.bz2
scummvm-rg350-427dc1ae93fe9aafe97a2796b11db6ac940a97b1.zip
GUI: Move major widgets to new directory gui/widgets
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264
Diffstat (limited to 'backends/platform/wii/options.h')
-rw-r--r--backends/platform/wii/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wii/options.h b/backends/platform/wii/options.h
index b126bde88f..00d42bc2ef 100644
--- a/backends/platform/wii/options.h
+++ b/backends/platform/wii/options.h
@@ -25,8 +25,8 @@
#include "common/str.h"
#include "gui/dialog.h"
-#include "gui/TabWidget.h"
-#include "gui/EditTextWidget.h"
+#include "gui/widgets/tab.h"
+#include "gui/widgets/edittext.h"
using namespace GUI;