summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/formIO.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-04 21:42:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-04 22:32:58 +0900
commit07ad9d5a17eb91bd3d14f3289474aa83888c869e (patch)
treea58bff10679fea3f938075b4200bc5f50d534d08 /kexi/formeditor/formIO.h
parent4b35f6531983dd1ebc9cd776977667331bbb38b9 (diff)
downloadkoffice-07ad9d5a17eb91bd3d14f3289474aa83888c869e.tar.gz
koffice-07ad9d5a17eb91bd3d14f3289474aa83888c869e.zip
kexi: replace includehints with includes in .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/formeditor/formIO.h')
-rw-r--r--kexi/formeditor/formIO.h2
1 files changed, 1 insertions, 1 deletions
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);