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:41:08 +0900 |
| commit | 2e0f267a03e5c086841ad1ed58f62394f5b38db0 (patch) | |
| tree | 26c4a9d9283856b703db40efebeda9ef4ad84b66 /kappfinder | |
| parent | 9e404dea2461a908f6d45824609c108dca05e5d9 (diff) | |
| download | tdebase-2e0f267a.tar.gz tdebase-2e0f267a.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fc027edfaa4e1134538d74499347fe7c15148f53)
Diffstat (limited to 'kappfinder')
| -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 c56179548..c555b6438 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 <kstandarddirs.h> |
