diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:05 +0900 |
commit | fc027edfaa4e1134538d74499347fe7c15148f53 (patch) | |
tree | c8d25c58606962eb88340c7b6d5c34e031037270 /libkonq/konq_propsview.h | |
parent | 006915b1e23cf64f9ea6828de277ef9a2bb2e870 (diff) | |
download | tdebase-fc027edfaa4e1134538d74499347fe7c15148f53.tar.gz tdebase-fc027edfaa4e1134538d74499347fe7c15148f53.zip |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkonq/konq_propsview.h')
-rw-r--r-- | libkonq/konq_propsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/konq_propsview.h b/libkonq/konq_propsview.h index 3f4c1fc41..fff534978 100644 --- a/libkonq/konq_propsview.h +++ b/libkonq/konq_propsview.h @@ -36,7 +36,7 @@ class TDEConfig; * The class KonqPropsView holds the properties for a Konqueror View * * Separating them from the view class allows to store the default - * values (the one read from \<kinstance\>rc) in one instance of this class + * values (the one read from \<tdeinstance\>rc) in one instance of this class * and to have another instance of this class in each view, storing the * current values of the view. * |