diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:50 +0900 |
commit | 9fa651f9b0b165804280bd034be83f794c78bed1 (patch) | |
tree | d68f014edb3b273597febd616990dfff429a029c | |
parent | 74db4071b1f953f004ecfd26e8f27fd45716d826 (diff) | |
download | twin-style-crystal-9fa651f9b0b165804280bd034be83f794c78bed1.tar.gz twin-style-crystal-9fa651f9b0b165804280bd034be83f794c78bed1.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | client/crystalclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/crystalclient.cpp b/client/crystalclient.cpp index d437ea9..bbb90bf 100644 --- a/client/crystalclient.cpp +++ b/client/crystalclient.cpp @@ -33,7 +33,7 @@ #include <tqimage.h> #include <tqpopupmenu.h> #include <twin.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "crystalclient.h" #include "crystalbutton.h" |