summaryrefslogtreecommitdiffstats
path: root/kcontrol/kthememanager
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:41:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:41:36 -0600
commit618f2521c3406cb4cb02689d93f5f950e5f94027 (patch)
treec5e419510449dcb70d20502eccbd28a4bc2dc622 /kcontrol/kthememanager
parent3862d9bc994791982446306877a8071d764ccd87 (diff)
downloadtdebase-618f2521c3406cb4cb02689d93f5f950e5f94027.tar.gz
tdebase-618f2521c3406cb4cb02689d93f5f950e5f94027.zip
Rename kde-config to tde-config
Diffstat (limited to 'kcontrol/kthememanager')
-rwxr-xr-xkcontrol/kthememanager/kdeinstallktheme2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kthememanager/kdeinstallktheme b/kcontrol/kthememanager/kdeinstallktheme
index b606fe16b..95b40eec6 100755
--- a/kcontrol/kthememanager/kdeinstallktheme
+++ b/kcontrol/kthememanager/kdeinstallktheme
@@ -1,6 +1,6 @@
#!/bin/sh
# Installs a KDE theme (into the user's theme dir)
-appsdir=`kde-config --path data | sed -e 's/:.*//'`
+appsdir=`tde-config --path data | sed -e 's/:.*//'`
themedir=$appsdir"/kthememanager/themes/"`basename "$1" ".kth"`
if test -n "$appsdir"; then
test -d "$themedir" || mkdir -p "$themedir"