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

@ -27,7 +27,7 @@
#include "gui/GuiManager.h"
#include "gui/dialog.h"
#include "gui/widget.h"
#include "gui/PopUpWidget.h"
#include "gui/widgets/popup.h"
#include "common/system.h"