Renamed nelgui_widget.* to nelgui_ctrl.*

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-06-14 19:37:42 +02:00
parent 676587559b
commit 59b4735d96
4 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ SET(OVQT_PLUGIN_GUI_EDITOR_HDR
property_browser_ctrl.h
project_window.h
nel3d_widget.h
nelgui_widget.h
nelgui_ctrl.h
new_property_widget.h
new_widget_widget.h
add_widget_widget.h

View file

@ -40,7 +40,7 @@
#include "project_file_parser.h"
#include "project_file_serializer.h"
#include "project_window.h"
#include "nelgui_widget.h"
#include "nelgui_ctrl.h"
#include "editor_selection_watcher.h"
#include "editor_message_processor.h"
#include "add_widget_widget.h"

View file

@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "nelgui_widget.h"
#include "nelgui_ctrl.h"
#include "nel/misc/path.h"
#include "nel/gui/view_renderer.h"
#include "nel/gui/interface_group.h"