diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:46:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:53:13 +0900 |
| commit | 753b0ef6fd7d485943c632286c5eb45e793b31dd (patch) | |
| tree | e9ea1207ccc08bbd7a0216447ff89975fc46d67e /tar/ktartest.cpp | |
| parent | 823c0800e2137703b3d93ed076e45772090903ed (diff) | |
| download | krusader-753b0ef6.tar.gz krusader-753b0ef6.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4ecf6a81a3bda8d30ea64335921f93457df66b79)
Diffstat (limited to 'tar/ktartest.cpp')
| -rw-r--r-- | tar/ktartest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/ktartest.cpp b/tar/ktartest.cpp index efb1e42..2fe00d3 100644 --- a/tar/ktartest.cpp +++ b/tar/ktartest.cpp @@ -1,7 +1,7 @@ #include "ktar.h" #include <stdio.h> #include <tqfile.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kdebug.h> void recursive_print( const KTarDirectory * dir, const TQString & path ) |
