summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg-install/console.cpp')
-rw-r--r--kdpkg-install/console.cpp2
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;