diff options
Diffstat (limited to 'kicker/applets/clock/clock.cpp')
-rw-r--r-- | kicker/applets/clock/clock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/clock/clock.cpp b/kicker/applets/clock/clock.cpp index 6eb40993d..74e6a6c99 100644 --- a/kicker/applets/clock/clock.cpp +++ b/kicker/applets/clock/clock.cpp @@ -1515,7 +1515,7 @@ void ClockApplet::contextMenuActivated(int result) preferences(); break; case 103: - proc << locate("exe", "kdesu"); + proc << locate("exe", "tdesu"); proc << "--nonewdcop"; proc << TQString("%1 kde-clock.desktop --lang %2") .arg(locate("exe", "kcmshell")) |