diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:28 +0900 |
commit | dcbd397214aaf8cf6856f4e847c67a1f5c835aec (patch) | |
tree | f0163fc74e93ef916ee841537e4aaf85b0341d02 | |
parent | b23d2dbf769cffcc97f3796b575bf63352273dd8 (diff) | |
download | tdeio-gopher-dcbd397214aaf8cf6856f4e847c67a1f5c835aec.tar.gz tdeio-gopher-dcbd397214aaf8cf6856f4e847c67a1f5c835aec.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/tdeio_gopher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_gopher.cpp b/src/tdeio_gopher.cpp index e1cc076..10a7cfe 100644 --- a/src/tdeio_gopher.cpp +++ b/src/tdeio_gopher.cpp @@ -14,7 +14,7 @@ #include <kurl.h> #include <kdebug.h> #include <kmdcodec.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kdebug.h> #include <tdelocale.h> #include <kmimetype.h> |