diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:18:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:18:26 -0600 |
commit | 8317f65d8e197770560eace3d78ff41f72162edc (patch) | |
tree | 4beeba14bf9510aa620131947da0bc45bf754ca4 /k3bsetup | |
parent | 5994021c483a1ab132d0b02ac8d23f9b443d4bb7 (diff) | |
download | k3b-8317f65d8e197770560eace3d78ff41f72162edc.tar.gz k3b-8317f65d8e197770560eace3d78ff41f72162edc.zip |
Additional kde to tde renaming
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 |