diff options
author | Max Horn | 2010-11-16 10:11:57 +0000 |
---|---|---|
committer | Max Horn | 2010-11-16 10:11:57 +0000 |
commit | 427dc1ae93fe9aafe97a2796b11db6ac940a97b1 (patch) | |
tree | ff4e8bea780e9d078c3066fee72640154ba35a74 /gui/themebrowser.cpp | |
parent | c734fc2b3eb327fd442e9a7a62beeec964f2830b (diff) | |
download | scummvm-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 'gui/themebrowser.cpp')
-rw-r--r-- | gui/themebrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp index c8f732fe5f..3e4b680fef 100644 --- a/gui/themebrowser.cpp +++ b/gui/themebrowser.cpp @@ -23,7 +23,7 @@ */ #include "gui/themebrowser.h" -#include "gui/ListWidget.h" +#include "gui/widgets/list.h" #include "gui/widget.h" #include "common/translation.h" |