From d44494beda871905d55def03e1ee1d3c224bfec1 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 29 Jan 2018 09:39:13 +0100 Subject: [PATCH] Update code after file renaming --- common/CMakeLists.txt | 9 ++++----- common/bitmap_base.cpp | 2 +- common/dialogs/dialog_image_editor.cpp | 4 ++-- .../page_layout/page_layout_default_description.cpp | 2 +- common/page_layout/page_layout_graphic_items.cpp | 2 +- common/page_layout/page_layout_reader.cpp | 4 ++-- common/page_layout/title_block_shapes.cpp | 6 +++--- common/page_layout/worksheet_dataitem.cpp | 6 +++--- common/page_layout/worksheet_layout.cpp | 8 ++++---- common/plotters/common_plot_functions.cpp | 2 +- eeschema/sch_bitmap.h | 2 +- include/bitmap_base.h | 12 ++++++------ include/worksheet_dataitem.h | 10 +++++----- include/worksheet_shape_builder.h | 2 +- pagelayout_editor/CMakeLists.txt | 4 ++-- pagelayout_editor/block.cpp | 2 +- pagelayout_editor/design_tree_frame.cpp | 2 +- pagelayout_editor/dialogs/dialog_new_dataitem.cpp | 7 +------ .../dialogs/dialog_new_dataitem_base.cpp | 6 ++---- .../dialogs/dialog_new_dataitem_base.fbp | 2 +- pagelayout_editor/dialogs/dialog_new_dataitem_base.h | 7 ++++--- pagelayout_editor/dialogs/dialogs_for_printing.cpp | 2 +- pagelayout_editor/events_functions.cpp | 2 +- pagelayout_editor/hotkeys.cpp | 2 +- pagelayout_editor/onleftclick.cpp | 2 +- pagelayout_editor/onrightclick.cpp | 2 +- pagelayout_editor/page_layout_writer.cpp | 2 +- pagelayout_editor/pl_editor_frame.cpp | 4 ++-- pagelayout_editor/pl_editor_frame.h | 4 ++-- pagelayout_editor/pl_editor_layout.cpp | 4 ++-- pagelayout_editor/pl_editor_layout.h | 2 +- pagelayout_editor/pl_editor_screen.cpp | 4 ++-- pagelayout_editor/pl_editor_screen.h | 2 +- pagelayout_editor/properties_frame.cpp | 2 +- 34 files changed, 64 insertions(+), 71 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index cff0d02798..2abf28979a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -187,8 +187,8 @@ set( COMMON_WIDGET_SRCS set( COMMON_PAGE_LAYOUT_SRCS page_layout/title_block_shapes.cpp - page_layout/class_worksheet_dataitem.cpp - page_layout/class_worksheet_layout.cpp + page_layout/worksheet_dataitem.cpp + page_layout/worksheet_layout.cpp page_layout/page_layout_default_description.cpp page_layout/page_layout_graphic_items.cpp page_layout/page_layout_reader_keywords.cpp @@ -232,9 +232,9 @@ set( COMMON_SRCS bezier_curves.cpp bin_mod.cpp bitmap.cpp + bitmap_base.cpp block_commande.cpp build_version.cpp - class_bitmap_base.cpp class_colors_design_settings.cpp class_layer_box_selector.cpp class_marker_base.cpp @@ -256,11 +256,11 @@ set( COMMON_SRCS eda_dde.cpp eda_doc.cpp eda_pattern_match.cpp + eda_graphic_text_ctrl.cpp env_paths.cpp exceptions.cpp executable_names.cpp filter_reader.cpp -# findkicadhelppath.cpp.notused deprecated, use searchhelpfilefullpath.cpp footprint_filter.cpp footprint_info.cpp gbr_metadata.cpp @@ -303,7 +303,6 @@ set( COMMON_SRCS worksheet.cpp wx_status_popup.cpp wxdataviewctrl_helpers.cpp - wxwineda.cpp xnode.cpp zoom.cpp ) diff --git a/common/bitmap_base.cpp b/common/bitmap_base.cpp index e1fbb33b16..ee9fa8fef5 100644 --- a/common/bitmap_base.cpp +++ b/common/bitmap_base.cpp @@ -35,7 +35,7 @@ #include "richio.h" #include "plotter.h" -#include "class_bitmap_base.h" +#include "bitmap_base.h" #include diff --git a/common/dialogs/dialog_image_editor.cpp b/common/dialogs/dialog_image_editor.cpp index 8e41e5d2a8..5d4f634024 100644 --- a/common/dialogs/dialog_image_editor.cpp +++ b/common/dialogs/dialog_image_editor.cpp @@ -6,7 +6,7 @@ * This program source code file is part of KICAD, a free EDA CAD application. * * Copyright (C) 2011 jean-pierre.charras - * Copyright (C) 2011-2016 Kicad Developers, see change_log.txt for contributors. + * Copyright (C) 2011-2018 Kicad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include diff --git a/common/page_layout/page_layout_default_description.cpp b/common/page_layout/page_layout_default_description.cpp index fd8ba46b8d..e019e68785 100644 --- a/common/page_layout/page_layout_default_description.cpp +++ b/common/page_layout/page_layout_default_description.cpp @@ -6,7 +6,7 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 1992-2013 Jean-Pierre Charras . - * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * Copyright (C) 1992-2013 KiCad Developers, see AUTHORS.txt for contributors. * * * This program is free software; you can redistribute it and/or diff --git a/common/page_layout/page_layout_graphic_items.cpp b/common/page_layout/page_layout_graphic_items.cpp index 94559dbe9e..0f400a78e0 100644 --- a/common/page_layout/page_layout_graphic_items.cpp +++ b/common/page_layout/page_layout_graphic_items.cpp @@ -58,7 +58,7 @@ #include #include #include -#include +#include #include /* a helper function to draw graphic symbols at start point or end point of diff --git a/common/page_layout/page_layout_reader.cpp b/common/page_layout/page_layout_reader.cpp index c96a775b7e..1f197dfbbd 100644 --- a/common/page_layout/page_layout_reader.cpp +++ b/common/page_layout/page_layout_reader.cpp @@ -8,7 +8,7 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 1992-2013 Jean-Pierre Charras . - * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * Copyright (C) 1992-2018 KiCad Developers, see AUTHORS.txt for contributors. * * * This program is free software; you can redistribute it and/or @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include diff --git a/common/page_layout/title_block_shapes.cpp b/common/page_layout/title_block_shapes.cpp index dc155318e9..dfd9033dd3 100644 --- a/common/page_layout/title_block_shapes.cpp +++ b/common/page_layout/title_block_shapes.cpp @@ -6,8 +6,8 @@ /* * This program source code file is part of KiCad, a free EDA CAD application. * - * Copyright (C) 1992-2013 Jean-Pierre Charras . - * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * Copyright (C) 1992-2018 Jean-Pierre Charras . + * Copyright (C) 1992-2018 KiCad Developers, see AUTHORS.txt for contributors. * * * This program is free software; you can redistribute it and/or @@ -60,7 +60,7 @@ #include #include #include -#include +#include void WS_DRAW_ITEM_LIST::BuildWorkSheetGraphicList( diff --git a/common/page_layout/worksheet_dataitem.cpp b/common/page_layout/worksheet_dataitem.cpp index 773a1814d0..c507c9a1c7 100644 --- a/common/page_layout/worksheet_dataitem.cpp +++ b/common/page_layout/worksheet_dataitem.cpp @@ -1,5 +1,5 @@ /** - * @file class_worksheet_dataitem.cpp + * @file worksheet_dataitem.cpp * @brief description of graphic items and texts to build a title block */ @@ -7,7 +7,7 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 1992-2013 Jean-Pierre Charras . - * Copyright (C) 1992-2016 KiCad Developers, see change_log.txt for contributors. + * Copyright (C) 1992-2018 KiCad Developers, see AUTHORS.txt for contributors. * * * This program is free software; you can redistribute it and/or @@ -60,7 +60,7 @@ #include #include #include -#include +#include using KIGFX::COLOR4D; diff --git a/common/page_layout/worksheet_layout.cpp b/common/page_layout/worksheet_layout.cpp index a53a6a1f4f..03a8277d80 100644 --- a/common/page_layout/worksheet_layout.cpp +++ b/common/page_layout/worksheet_layout.cpp @@ -1,13 +1,13 @@ /** - * @file class_worksheet_layout.cpp + * @file worksheet_layout.cpp * @brief description of graphic items and texts to build a title block */ /* * This program source code file is part of KiCad, a free EDA CAD application. * - * Copyright (C) 1992-2013 Jean-Pierre Charras . - * Copyright (C) 1992-2013 KiCad Developers, see change_log.txt for contributors. + * Copyright (C) 1992-2018 Jean-Pierre Charras . + * Copyright (C) 1992-2018 KiCad Developers, see AUTHORS.txt for contributors. * * * This program is free software; you can redistribute it and/or @@ -55,7 +55,7 @@ #include #include #include -#include +#include // The layout shape used in the application diff --git a/common/plotters/common_plot_functions.cpp b/common/plotters/common_plot_functions.cpp index 801eddacdf..bf9c2e9ad8 100644 --- a/common/plotters/common_plot_functions.cpp +++ b/common/plotters/common_plot_functions.cpp @@ -35,7 +35,7 @@ #include #include #include "worksheet_shape_builder.h" -#include "class_worksheet_dataitem.h" +#include "worksheet_dataitem.h" #include diff --git a/eeschema/sch_bitmap.h b/eeschema/sch_bitmap.h index 2c9283ef2c..ed0bfb503c 100644 --- a/eeschema/sch_bitmap.h +++ b/eeschema/sch_bitmap.h @@ -32,7 +32,7 @@ #include -#include +#include /** diff --git a/include/bitmap_base.h b/include/bitmap_base.h index 5863160adc..af9f320d10 100644 --- a/include/bitmap_base.h +++ b/include/bitmap_base.h @@ -1,8 +1,8 @@ /* * This program source code file is part of KiCad, a free EDA CAD application. * - * Copyright (C) 2013 jean-pierre.charras jp.charras at wanadoo.fr - * Copyright (C) 2013-2016 KiCad Developers, see change_log.txt for contributors. + * Copyright (C) 2018 jean-pierre.charras jp.charras at wanadoo.fr + * Copyright (C) 2013-2018 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,11 +22,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef _BITMAP_BASE_H_ -#define _BITMAP_BASE_H_ +#ifndef BITMAP_BASE_H +#define BITMAP_BASE_H /** - * @file class_bitmap_base.h + * @file bitmap_base.h * */ @@ -226,4 +226,4 @@ public: }; -#endif // _BITMAP_BASE_H_ +#endif // BITMAP_BASE_H diff --git a/include/worksheet_dataitem.h b/include/worksheet_dataitem.h index 87fb6eb9fc..8dfa27cf1e 100644 --- a/include/worksheet_dataitem.h +++ b/include/worksheet_dataitem.h @@ -23,16 +23,16 @@ */ /** - * @file class_worksheet_dataitem.h + * @file worksheet_dataitem.h * @brief description of graphic items and texts to build a title block */ -#ifndef CLASS_WORKSHEET_DATA_ITEM_H -#define CLASS_WORKSHEET_DATA_ITEM_H +#ifndef WORKSHEET_DATA_ITEM_H +#define WORKSHEET_DATA_ITEM_H #include #include -#include +#include class WS_DRAW_ITEM_TEXT; // Forward declaration @@ -534,4 +534,4 @@ public: }; -#endif // CLASS_WORKSHEET_DATA_ITEM_H +#endif // WORKSHEET_DATA_ITEM_H diff --git a/include/worksheet_shape_builder.h b/include/worksheet_shape_builder.h index 7b7c1f6363..4baa5df4b0 100644 --- a/include/worksheet_shape_builder.h +++ b/include/worksheet_shape_builder.h @@ -34,7 +34,7 @@ #include #include #include -#include +#include class WORKSHEET_DATAITEM; // Forward declaration class TITLE_BLOCK; diff --git a/pagelayout_editor/CMakeLists.txt b/pagelayout_editor/CMakeLists.txt index 74ae57571d..368f93f195 100644 --- a/pagelayout_editor/CMakeLists.txt +++ b/pagelayout_editor/CMakeLists.txt @@ -17,8 +17,8 @@ set( PL_EDITOR_SRCS dialogs/dialogs_for_printing.cpp dialogs/dialog_new_dataitem_base.cpp dialogs/dialog_new_dataitem.cpp - class_pl_editor_screen.cpp - class_pl_editor_layout.cpp + pl_editor_screen.cpp + pl_editor_layout.cpp design_tree_frame.cpp events_functions.cpp controle.cpp diff --git a/pagelayout_editor/block.cpp b/pagelayout_editor/block.cpp index 0564de8d63..d0c34d2718 100644 --- a/pagelayout_editor/block.cpp +++ b/pagelayout_editor/block.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include static void DrawMovingBlockOutlines( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& aPosition, diff --git a/pagelayout_editor/design_tree_frame.cpp b/pagelayout_editor/design_tree_frame.cpp index 59fe1e0cc8..bbee18cb03 100644 --- a/pagelayout_editor/design_tree_frame.cpp +++ b/pagelayout_editor/design_tree_frame.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include diff --git a/pagelayout_editor/dialogs/dialog_new_dataitem.cpp b/pagelayout_editor/dialogs/dialog_new_dataitem.cpp index 7c71cee414..4b15def907 100644 --- a/pagelayout_editor/dialogs/dialog_new_dataitem.cpp +++ b/pagelayout_editor/dialogs/dialog_new_dataitem.cpp @@ -32,7 +32,7 @@ #include #include -#include +#include #include class DIALOG_NEW_DATAITEM : public DIALOG_NEW_DATAITEM_BASE @@ -43,7 +43,6 @@ public: DIALOG_NEW_DATAITEM( PL_EDITOR_FRAME* aCaller, WORKSHEET_DATAITEM* aItem ); private: - void OnCancelClick( wxCommandEvent& event ) override; void OnOKClick( wxCommandEvent& event ) override; void initDlg(); @@ -67,10 +66,6 @@ DIALOG_NEW_DATAITEM::DIALOG_NEW_DATAITEM( PL_EDITOR_FRAME* aCaller, Centre(); } -void DIALOG_NEW_DATAITEM::OnCancelClick( wxCommandEvent& event ) -{ - EndModal( wxID_CANCEL); -} void DIALOG_NEW_DATAITEM::OnOKClick( wxCommandEvent& event ) { diff --git a/pagelayout_editor/dialogs/dialog_new_dataitem_base.cpp b/pagelayout_editor/dialogs/dialog_new_dataitem_base.cpp index 4e50fca692..89cc22aead 100644 --- a/pagelayout_editor/dialogs/dialog_new_dataitem_base.cpp +++ b/pagelayout_editor/dialogs/dialog_new_dataitem_base.cpp @@ -1,8 +1,8 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Nov 22 2017) +// C++ code generated with wxFormBuilder (version Aug 4 2017) // http://www.wxformbuilder.org/ // -// PLEASE DO *NOT* EDIT THIS FILE! +// PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #include "dialog_new_dataitem_base.h" @@ -145,14 +145,12 @@ DIALOG_NEW_DATAITEM_BASE::DIALOG_NEW_DATAITEM_BASE( wxWindow* parent, wxWindowID this->Centre( wxBOTH ); // Connect Events - m_sdbSizerButtonsCancel->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_NEW_DATAITEM_BASE::OnCancelClick ), NULL, this ); m_sdbSizerButtonsOK->Connect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_NEW_DATAITEM_BASE::OnOKClick ), NULL, this ); } DIALOG_NEW_DATAITEM_BASE::~DIALOG_NEW_DATAITEM_BASE() { // Disconnect Events - m_sdbSizerButtonsCancel->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_NEW_DATAITEM_BASE::OnCancelClick ), NULL, this ); m_sdbSizerButtonsOK->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DIALOG_NEW_DATAITEM_BASE::OnOKClick ), NULL, this ); } diff --git a/pagelayout_editor/dialogs/dialog_new_dataitem_base.fbp b/pagelayout_editor/dialogs/dialog_new_dataitem_base.fbp index 1b057562be..f1cfd20495 100644 --- a/pagelayout_editor/dialogs/dialog_new_dataitem_base.fbp +++ b/pagelayout_editor/dialogs/dialog_new_dataitem_base.fbp @@ -1653,7 +1653,7 @@ m_sdbSizerButtons protected - OnCancelClick + diff --git a/pagelayout_editor/dialogs/dialog_new_dataitem_base.h b/pagelayout_editor/dialogs/dialog_new_dataitem_base.h index 4cc4dee175..f61d970e49 100644 --- a/pagelayout_editor/dialogs/dialog_new_dataitem_base.h +++ b/pagelayout_editor/dialogs/dialog_new_dataitem_base.h @@ -1,8 +1,8 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Nov 22 2017) +// C++ code generated with wxFormBuilder (version Aug 4 2017) // http://www.wxformbuilder.org/ // -// PLEASE DO *NOT* EDIT THIS FILE! +// PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_NEW_DATAITEM_BASE_H__ @@ -11,6 +11,8 @@ #include #include #include +class DIALOG_SHIM; + #include "dialog_shim.h" #include #include @@ -60,7 +62,6 @@ class DIALOG_NEW_DATAITEM_BASE : public DIALOG_SHIM wxButton* m_sdbSizerButtonsCancel; // Virtual event handlers, overide them in your derived class - virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnOKClick( wxCommandEvent& event ) { event.Skip(); } diff --git a/pagelayout_editor/dialogs/dialogs_for_printing.cpp b/pagelayout_editor/dialogs/dialogs_for_printing.cpp index 0735a37610..d4fb803ae0 100644 --- a/pagelayout_editor/dialogs/dialogs_for_printing.cpp +++ b/pagelayout_editor/dialogs/dialogs_for_printing.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include diff --git a/pagelayout_editor/events_functions.cpp b/pagelayout_editor/events_functions.cpp index fb54dd9116..c48d796c4d 100644 --- a/pagelayout_editor/events_functions.cpp +++ b/pagelayout_editor/events_functions.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/pagelayout_editor/hotkeys.cpp b/pagelayout_editor/hotkeys.cpp index b2fcea142f..fff24cd4cc 100644 --- a/pagelayout_editor/hotkeys.cpp +++ b/pagelayout_editor/hotkeys.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include diff --git a/pagelayout_editor/onleftclick.cpp b/pagelayout_editor/onleftclick.cpp index ed467eef19..6447ceff2f 100644 --- a/pagelayout_editor/onleftclick.cpp +++ b/pagelayout_editor/onleftclick.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include /* Process the command triggered by the left button of the mouse when a tool * is already selected. diff --git a/pagelayout_editor/onrightclick.cpp b/pagelayout_editor/onrightclick.cpp index 9b8616ca85..2cfc9119c0 100644 --- a/pagelayout_editor/onrightclick.cpp +++ b/pagelayout_editor/onrightclick.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include // Helper function to add menuitems relative to items creation diff --git a/pagelayout_editor/page_layout_writer.cpp b/pagelayout_editor/page_layout_writer.cpp index 46b5be44cf..88b679c414 100644 --- a/pagelayout_editor/page_layout_writer.cpp +++ b/pagelayout_editor/page_layout_writer.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/pagelayout_editor/pl_editor_frame.cpp b/pagelayout_editor/pl_editor_frame.cpp index c2185bfbeb..4dc1bdab40 100644 --- a/pagelayout_editor/pl_editor_frame.cpp +++ b/pagelayout_editor/pl_editor_frame.cpp @@ -39,9 +39,9 @@ #include #include #include -#include +#include #include -#include +#include #include #include diff --git a/pagelayout_editor/pl_editor_frame.h b/pagelayout_editor/pl_editor_frame.h index b1f82b5c7d..f531283c96 100644 --- a/pagelayout_editor/pl_editor_frame.h +++ b/pagelayout_editor/pl_editor_frame.h @@ -34,8 +34,8 @@ #include #include #include -#include -#include +#include +#include class PROPERTIES_FRAME; class DESIGN_TREE_FRAME; diff --git a/pagelayout_editor/pl_editor_layout.cpp b/pagelayout_editor/pl_editor_layout.cpp index db56765219..0296d2a930 100644 --- a/pagelayout_editor/pl_editor_layout.cpp +++ b/pagelayout_editor/pl_editor_layout.cpp @@ -1,5 +1,5 @@ /** - * @file class_pl_editor_layout.cpp + * @file pl_editor_layout.cpp * @brief PL_EDITOR_LAYOUT class functions. */ /* @@ -32,7 +32,7 @@ #include #include #include -#include +#include PL_EDITOR_LAYOUT::PL_EDITOR_LAYOUT() { diff --git a/pagelayout_editor/pl_editor_layout.h b/pagelayout_editor/pl_editor_layout.h index e7f4ac893b..6b31c16f13 100644 --- a/pagelayout_editor/pl_editor_layout.h +++ b/pagelayout_editor/pl_editor_layout.h @@ -1,5 +1,5 @@ /** - * @file class_pl_editor_layout.h + * @file pl_editor_layout.h */ /* * This program source code file is part of KiCad, a free EDA CAD application. diff --git a/pagelayout_editor/pl_editor_screen.cpp b/pagelayout_editor/pl_editor_screen.cpp index 66a0840e4e..8a412ed7bc 100644 --- a/pagelayout_editor/pl_editor_screen.cpp +++ b/pagelayout_editor/pl_editor_screen.cpp @@ -1,5 +1,5 @@ /** - * @file class_pl_editor_screen.cpp + * @file pl_editor_screen.cpp */ /* * This program source code file is part of KiCad, a free EDA CAD application. @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include diff --git a/pagelayout_editor/pl_editor_screen.h b/pagelayout_editor/pl_editor_screen.h index cc9b744335..9d150498bc 100644 --- a/pagelayout_editor/pl_editor_screen.h +++ b/pagelayout_editor/pl_editor_screen.h @@ -1,5 +1,5 @@ /** - * @file class_pl_editor_screen.h + * @file pl_editor_screen.h */ /* diff --git a/pagelayout_editor/properties_frame.cpp b/pagelayout_editor/properties_frame.cpp index 5dcf6c16d0..56f38252f5 100644 --- a/pagelayout_editor/properties_frame.cpp +++ b/pagelayout_editor/properties_frame.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include PROPERTIES_FRAME::PROPERTIES_FRAME( PL_EDITOR_FRAME* aParent ):