mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[iter-to-stl] last merge: rename filename to gnc-tree-container.hpp
to reflect class name
This commit is contained in:
parent
d8a0e294dc
commit
9213853a3b
@ -113,7 +113,7 @@ set(gnome_utils_noinst_HEADERS
|
||||
gnc-autosave.h
|
||||
gnc-gobject-utils.h
|
||||
gnc-gtk-utils.h
|
||||
gnc-tree-model-container.hpp
|
||||
gnc-tree-container.hpp
|
||||
gnc-option-gtk-ui.hpp
|
||||
search-param.h
|
||||
)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/********************************************************************\
|
||||
* gnc-tree-model-container.hpp
|
||||
* gnc-tree-container.hpp
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License as *
|
||||
@ -19,8 +19,8 @@
|
||||
* Boston, MA 02110-1301, USA gnu@gnu.org *
|
||||
\********************************************************************/
|
||||
|
||||
#ifndef GNC_TREE_MODEL_CONTAINER_HPP
|
||||
#define GNC_TREE_MODEL_CONTAINER_HPP
|
||||
#ifndef GNC_TREE_CONTAINER_HPP
|
||||
#define GNC_TREE_CONTAINER_HPP
|
||||
|
||||
#include <string>
|
||||
#include <optional>
|
@ -35,7 +35,7 @@
|
||||
#include <glib/gi18n.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "gnc-tree-model-container.hpp"
|
||||
#include "gnc-tree-container.hpp"
|
||||
#include "gnc-ui.h"
|
||||
#include "gnc-uri-utils.h"
|
||||
#include "gnc-ui-util.h"
|
||||
|
@ -56,7 +56,7 @@
|
||||
#include "gnc-csv-gnumeric-popup.h"
|
||||
#include "go-charmap-sel.h"
|
||||
|
||||
#include "gnc-tree-model-container.hpp"
|
||||
#include "gnc-tree-container.hpp"
|
||||
#include "gnc-imp-settings-csv-tx.hpp"
|
||||
#include "gnc-import-tx.hpp"
|
||||
#include "gnc-tokenizer-fw.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user