summaryrefslogtreecommitdiffstats
path: root/tar
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 17:46:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 17:53:13 +0900
commit753b0ef6fd7d485943c632286c5eb45e793b31dd (patch)
treee9ea1207ccc08bbd7a0216447ff89975fc46d67e /tar
parent823c0800e2137703b3d93ed076e45772090903ed (diff)
downloadkrusader-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')
-rw-r--r--tar/ktartest.cpp2
-rw-r--r--tar/tar.cpp2
2 files changed, 2 insertions, 2 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 )
diff --git a/tar/tar.cpp b/tar/tar.cpp
index e3c2fdc..33acab2 100644
--- a/tar/tar.cpp
+++ b/tar/tar.cpp
@@ -9,7 +9,7 @@
#include <tqptrqueue.h>
#include <kurl.h>
#include <kdebug.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <ktar.h>
#include <kzip.h>
#include <kar.h>