summaryrefslogtreecommitdiffstats
path: root/k9devices/k9cddrive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9devices/k9cddrive.cpp')
-rw-r--r--k9devices/k9cddrive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/k9cddrive.cpp b/k9devices/k9cddrive.cpp
index 954bd36..d4ffd6b 100644
--- a/k9devices/k9cddrive.cpp
+++ b/k9devices/k9cddrive.cpp
@@ -128,7 +128,7 @@ void k9CdDrives::scanDrives() {
}
void k9CdDrives::eject(const TQString & device) {
- KProcess *process =new KProcess();
+ TDEProcess *process =new TDEProcess();
if (k9Tools::checkProgram("kdeeject"))
*process <<"kdeeject" << device;
else