[iter-to-stl] last merge: rename filename to gnc-tree-container.hpp

to reflect class name
This commit is contained in:
Christopher Lam 2023-08-15 13:23:42 +08:00
parent d8a0e294dc
commit 9213853a3b
4 changed files with 6 additions and 6 deletions

View File

@ -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
)

View File

@ -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>

View File

@ -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"

View File

@ -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"