Renamed nelgui_widget.* to nelgui_ctrl.*

--HG--
branch : gsoc2014-dfighter
hg/feature/cdb-packed
dfighter1985 11 years ago
parent 676587559b
commit 59b4735d96

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

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

@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. // 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/misc/path.h"
#include "nel/gui/view_renderer.h" #include "nel/gui/view_renderer.h"
#include "nel/gui/interface_group.h" #include "nel/gui/interface_group.h"
Loading…
Cancel
Save