From 8a29702ea720f94cd19c04b6ba24fc6bbebdb863 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:48:54 -0600 Subject: Rename kde-config to tde-config --- doc/api/HowToAddApplicationTemplates.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api') diff --git a/doc/api/HowToAddApplicationTemplates.dox b/doc/api/HowToAddApplicationTemplates.dox index 6a9ac48b..21917b11 100644 --- a/doc/api/HowToAddApplicationTemplates.dox +++ b/doc/api/HowToAddApplicationTemplates.dox @@ -130,13 +130,13 @@ Example: \code #!/bin/sh -kde_prefix=`kde-config --prefix` +kde_prefix=`tde-config --prefix` if [ `id -u` = 0 ]; then # we are root so install the template into the global kde directory - kde_dir=`kde-config --prefix` + kde_dir=`tde-config --prefix` else # we are a user so install it into $HOME/.kde/share/apps/kdevappwizard directory - kde_dir=`kde-config --localprefix` + kde_dir=`tde-config --localprefix` echo "Note: It would be better to install as root. Press CTRL+C to abort" fi -- cgit v1.2.3