diff options
Diffstat (limited to 'k3bsetup')
-rw-r--r-- | k3bsetup/k3bsetup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k3bsetup/k3bsetup b/k3bsetup/k3bsetup index 0851430..9a85ccd 100644 --- a/k3bsetup/k3bsetup +++ b/k3bsetup/k3bsetup @@ -15,6 +15,6 @@ #!/usr/bin/sh -#TODO: if kdesu not found and not currently root use kdialog to display an error message +#TODO: if tdesu not found and not currently root use kdialog to display an error message -kdesu kcmshell k3bsetup2 +tdesu kcmshell k3bsetup2 |