summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--k9devices/k9cddrive.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9devices/k9cddrive.cpp b/k9devices/k9cddrive.cpp
index d4ffd6b..d1ed25e 100644
--- a/k9devices/k9cddrive.cpp
+++ b/k9devices/k9cddrive.cpp
@@ -129,8 +129,8 @@ void k9CdDrives::scanDrives() {
void k9CdDrives::eject(const TQString & device) {
TDEProcess *process =new TDEProcess();
- if (k9Tools::checkProgram("kdeeject"))
- *process <<"kdeeject" << device;
+ if (k9Tools::checkProgram("tdeeject"))
+ *process <<"tdeeject" << device;
else
*process <<"eject" << device;
process->start();