CComponents: move class into its own source directory

The components could over time become quite large,
so it makes more sense, coming features to split into
multiple files and to do it in a separate directory.


Origin commit data
------------------
Commit: 0a961a4cf6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-19 (Tue, 19 Feb 2013)
This commit is contained in:
2013-02-19 11:27:46 +01:00
parent 059a4928bf
commit e244a9c9c2
12 changed files with 38 additions and 16 deletions

View File

@@ -55,7 +55,7 @@
#include <gui/widget/icons.h>
#include <gui/widget/messagebox.h>
#include <gui/widget/progressbar.h>
#include <gui/widget/components.h>
#include <gui/components/cc.h>
#include <system/settings.h>
#include <gui/customcolor.h>