diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:16:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:16:59 -0600 |
commit | f84b7b0be6e523ea9de87faaa62534f4020f36e4 (patch) | |
tree | 6d829e381c46a94e3bf403e83776ec795a4094ee /kdpkg-install/console.cpp | |
parent | df4f9f20c73ef3dd4ad1af18f4110d202451c9b0 (diff) | |
download | kdpkg-f84b7b0be6e523ea9de87faaa62534f4020f36e4.tar.gz kdpkg-f84b7b0be6e523ea9de87faaa62534f4020f36e4.zip |
Rename kde-config to tde-config
Diffstat (limited to 'kdpkg-install/console.cpp')
-rw-r--r-- | kdpkg-install/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/console.cpp b/kdpkg-install/console.cpp index 754fed0..9f28dfe 100644 --- a/kdpkg-install/console.cpp +++ b/kdpkg-install/console.cpp @@ -46,7 +46,7 @@ console::console(TQWidget *parent, const TQStrList &run, const char *name, const // Get KDE prefix // FIXME Is there a better way to do this??? - string prefixcommand="kde-config --prefix"; + string prefixcommand="tde-config --prefix"; FILE *pipe_prefix; char prefix_result[2048]; int i; |