mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Renamed nelgui_widget.* to nelgui_ctrl.*
This commit is contained in:
parent
7b41b68186
commit
1992e17172
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue