diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:12 +0900 |
commit | 1a858c94c1d35a1471778cbf9c330298a719bd30 (patch) | |
tree | 6db4e6a56dcca504583fc0c025756839f9206ecb | |
parent | a9d68cc96ca4ed4baa83237ec450011f21de0354 (diff) | |
download | tdeio-apt-1a858c94c1d35a1471778cbf9c330298a719bd30.tar.gz tdeio-apt-1a858c94c1d35a1471778cbf9c330298a719bd30.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/apt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apt.cpp b/src/apt.cpp index df64840..486c152 100644 --- a/src/apt.cpp +++ b/src/apt.cpp @@ -19,7 +19,7 @@ #include <tqcstring.h> #include <tdeapplication.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeglobal.h> #include <tdeconfig.h> #include <tdestandarddirs.h> |