summaryrefslogtreecommitdiff
path: root/sysutils/kshutdown-kde4/files/patch-configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/kshutdown-kde4/files/patch-configuration.cpp')
-rw-r--r--sysutils/kshutdown-kde4/files/patch-configuration.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/kshutdown-kde4/files/patch-configuration.cpp b/sysutils/kshutdown-kde4/files/patch-configuration.cpp
deleted file mode 100644
index f1d918219ddf..000000000000
--- a/sysutils/kshutdown-kde4/files/patch-configuration.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- kshutdown/configuration.cpp.orig Mon Jan 9 18:40:46 2006
-+++ kshutdown/configuration.cpp Mon Jan 9 19:01:22 2006
-@@ -31,7 +31,11 @@
- // automation
- setCurrentGroup("Automation");
- i_cdTrayClose = addItemBool("cd_tray_close", cdTrayClose, false, "CDTrayClose");
-+#ifdef Q_OS_FREEBSD
-+ i_cdTrayCloseCommand = addItemString("cd_tray_close_command", cdTrayCloseCommand, "cdcontrol close", "CDTrayCloseCommand");
-+#else
- i_cdTrayCloseCommand = addItemString("cd_tray_close_command", cdTrayCloseCommand, "eject -t", "CDTrayCloseCommand");
-+#endif
-
- // custom message
- setCurrentGroup("Custom Message");