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: f3f347bdb3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-12 (Tue, 12 Feb 2013)
This commit is contained in:
2013-02-12 21:10:43 +01:00
committed by Stefan Seyfried
parent 4f817d58cb
commit a505299418
12 changed files with 41 additions and 11 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>