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
This commit is contained in:
Max Horn 2010-11-16 10:11:57 +00:00
parent c734fc2b3e
commit 427dc1ae93
34 changed files with 57 additions and 59 deletions

View file

@ -25,7 +25,7 @@
#include "common/config-manager.h"
#include "common/translation.h"
#include "gui/ListWidget.h"
#include "gui/widgets/list.h"
#include "gui/message.h"
#include "gui/saveload.h"
#include "gui/ThemeEval.h"