From 07ad9d5a17eb91bd3d14f3289474aa83888c869e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Feb 2022 21:42:47 +0900 Subject: kexi: replace includehints with includes in .ui files. Signed-off-by: Michele Calgaro --- kexi/formeditor/formIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/formeditor/formIO.h') diff --git a/kexi/formeditor/formIO.h b/kexi/formeditor/formIO.h index fbadde7f..9717c030 100644 --- a/kexi/formeditor/formIO.h +++ b/kexi/formeditor/formIO.h @@ -204,7 +204,7 @@ class KFORMEDITOR_EXPORT FormIO : public TQObject static void readChildNodes(ObjectTreeItem *tree, Container *container, const TQDomElement &el, TQWidget *w); - /*! Adds an include file name to be saved in the "includehints" part of .ui file, + /*! Adds an include file name to be saved in the "includes" part of .ui file, which is needed by uic. */ static void addIncludeFileName(const TQString &include, TQDomDocument &domDoc); -- cgit v1.2.1