diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:46:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:46:02 +0900 |
commit | 67cf5e5013e33e2f38f749f957220251ec590638 (patch) | |
tree | 11e81a7877c6d7f6bf36f1751eee9797040a0a2c /k9devices/k9cddrive.cpp | |
parent | 62da141356ce6efed2cc1f84c453e9c414961bb8 (diff) | |
download | k9copy-master.tar.gz k9copy-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'k9devices/k9cddrive.cpp')
-rw-r--r-- | k9devices/k9cddrive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/k9cddrive.cpp b/k9devices/k9cddrive.cpp index 64cf50d..f2e8ad1 100644 --- a/k9devices/k9cddrive.cpp +++ b/k9devices/k9cddrive.cpp @@ -17,7 +17,7 @@ #include <k3bdevice.h> #include <k3bdevicemanager.h> -#include <kprocess.h> +#include <tdeprocess.h> k9CdDrive::k9CdDrive() { canReadDVD=false; canWriteCDR=false; |