diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:45:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:45:00 -0600 |
commit | 1281f76995fa76e129d6014eafa637ba8fc71152 (patch) | |
tree | 9bf0470f9bc77e48b4624259c72819f61cc41733 /kconf_update | |
parent | cb810cbe208862a88a0f20b3721d05ea7448c8c5 (diff) | |
download | tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.tar.gz tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.zip |
Rename kde-config to tde-config
Diffstat (limited to 'kconf_update')
-rw-r--r-- | kconf_update/README.kconf_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconf_update/README.kconf_update b/kconf_update/README.kconf_update index 385f3185e..32c087c01 100644 --- a/kconf_update/README.kconf_update +++ b/kconf_update/README.kconf_update @@ -87,7 +87,7 @@ and use Qt's powerful string API instead. A workaround for KDE 3.1.x and older is to install a .sh script in $(kde_datadir) that contains a simple exec: - exec "`kde-config --prefix`/bin/kconf_update_bin/my_update_app" + exec "`tde-config --prefix`/bin/kconf_update_bin/my_update_app" This is equivalent to what KDE 3.2 can do directly, but of course the .upd file now points to the .sh script instead of the binary application. |