diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:06:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:06:27 +0900 |
commit | 319f85acb1d120b8d776bfd15a64f793568d66fd (patch) | |
tree | 868d0fe186f4478ceab78c28bbd97c28e7e74505 /konq-plugins/microformat | |
parent | 675a3dc445008f33a4400a89ad22db2c9670d913 (diff) | |
download | tdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.tar.gz tdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'konq-plugins/microformat')
-rw-r--r-- | konq-plugins/microformat/pluginbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/microformat/pluginbase.cpp b/konq-plugins/microformat/pluginbase.cpp index 61d2a1f..91ad9aa 100644 --- a/konq-plugins/microformat/pluginbase.cpp +++ b/konq-plugins/microformat/pluginbase.cpp @@ -21,7 +21,7 @@ without including the source code for TQt in the source distribution. */ -#include <kprocess.h> +#include <tdeprocess.h> #include <dcopref.h> #include <tdelocale.h> |