diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 20:02:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 20:06:49 +0900 |
| commit | cc4a08b772c0b1b1468b8b4a75eb8b6ecb2c83e0 (patch) | |
| tree | 57804ebc50fe9c4db5e90a4ea5171904c5247e10 /konq-plugins/webarchiver/archivedialog.cpp | |
| parent | 422954ba01091a564503561d933261d9e338b02b (diff) | |
| download | tdeaddons-cc4a08b772c0b1b1468b8b4a75eb8b6ecb2c83e0.tar.gz tdeaddons-cc4a08b772c0b1b1468b8b4a75eb8b6ecb2c83e0.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4fa8e6a15a1062f4d8a7834674c1f09d3ceeceb)
Diffstat (limited to 'konq-plugins/webarchiver/archivedialog.cpp')
| -rw-r--r-- | konq-plugins/webarchiver/archivedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/webarchiver/archivedialog.cpp b/konq-plugins/webarchiver/archivedialog.cpp index 8ca6951..31dc88e 100644 --- a/konq-plugins/webarchiver/archivedialog.cpp +++ b/konq-plugins/webarchiver/archivedialog.cpp @@ -22,7 +22,7 @@ #include <tqwidget.h> #include <tdehtml_part.h> #include "archiveviewbase.h" -#include <kinstance.h> +#include <tdeinstance.h> #include <tdetempfile.h> #include <ktar.h> |
