diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:25 +0900 |
| commit | 44f4c3e8bee96027983bf23b97aef63c4b925813 (patch) | |
| tree | 27f7f2067346caf8f2352e2c41ed10691fe9d431 /ark/arkfactory.cpp | |
| parent | f0cdc4b6d58c8db3d4334851449edf0bf5bf0870 (diff) | |
| download | tdeutils-44f4c3e8bee96027983bf23b97aef63c4b925813.tar.gz tdeutils-44f4c3e8bee96027983bf23b97aef63c4b925813.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/arkfactory.cpp')
| -rw-r--r-- | ark/arkfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/arkfactory.cpp b/ark/arkfactory.cpp index c0912ce..a865374 100644 --- a/ark/arkfactory.cpp +++ b/ark/arkfactory.cpp @@ -20,7 +20,7 @@ */ #include <tdeaboutdata.h> -#include <kinstance.h> +#include <tdeinstance.h> #include "ark_part.h" #include "arkfactory.h" |
