Signalbars: move sorce files to gui/components

Origin commit data
------------------
Commit: f129db9b0c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-07 (Sat, 07 Sep 2013)
This commit is contained in:
2013-09-07 02:01:03 +02:00
parent 6b70158fa7
commit a9ec86959a
4 changed files with 2 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ libneutrino_gui_components_a_SOURCES = \
cc_frm_footer.cpp \ cc_frm_footer.cpp \
cc_frm_header.cpp \ cc_frm_header.cpp \
cc_frm_icons.cpp \ cc_frm_icons.cpp \
cc_frm_signalbars.cpp \
cc_frm_window.cpp \ cc_frm_window.cpp \
cc_item.cpp \ cc_item.cpp \
cc_item_infobox.cpp \ cc_item_infobox.cpp \

View File

@@ -29,7 +29,7 @@
#include <global.h> #include <global.h>
#include <neutrino.h> #include <neutrino.h>
#include "signalbars.h" #include "cc_frm_signalbars.h"
#include <sstream> #include <sstream>
#define SB_MIN_HEIGHT 12 #define SB_MIN_HEIGHT 12

View File

@@ -38,7 +38,6 @@ libneutrino_gui_widget_a_SOURCES = \
messagebox.cpp \ messagebox.cpp \
mountchooser.cpp \ mountchooser.cpp \
msgbox.cpp \ msgbox.cpp \
signalbars.cpp \
stringinput.cpp \ stringinput.cpp \
stringinput_ext.cpp \ stringinput_ext.cpp \
textbox.cpp textbox.cpp