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 /kappfinder/main_install.cpp | |
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 'kappfinder/main_install.cpp')
-rw-r--r-- | kappfinder/main_install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kappfinder/main_install.cpp b/kappfinder/main_install.cpp index 5625ca84e..214e596fd 100644 --- a/kappfinder/main_install.cpp +++ b/kappfinder/main_install.cpp @@ -21,7 +21,7 @@ #include <tdecmdlineargs.h> #include <tdeglobal.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdelocale.h> #include <tdestandarddirs.h> |