summaryrefslogtreecommitdiffstats
path: root/kdpkg-install
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:16:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:16:59 -0600
commitf84b7b0be6e523ea9de87faaa62534f4020f36e4 (patch)
tree6d829e381c46a94e3bf403e83776ec795a4094ee /kdpkg-install
parentdf4f9f20c73ef3dd4ad1af18f4110d202451c9b0 (diff)
downloadkdpkg-f84b7b0be6e523ea9de87faaa62534f4020f36e4.tar.gz
kdpkg-f84b7b0be6e523ea9de87faaa62534f4020f36e4.zip
Rename kde-config to tde-config
Diffstat (limited to 'kdpkg-install')
-rw-r--r--kdpkg-install/console.cpp2
-rw-r--r--kdpkg-install/install.cpp2
2 files changed, 2 insertions, 2 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;
diff --git a/kdpkg-install/install.cpp b/kdpkg-install/install.cpp
index c766aaa..92686f0 100644
--- a/kdpkg-install/install.cpp
+++ b/kdpkg-install/install.cpp
@@ -63,7 +63,7 @@ install::install( const TQString &url, TQWidget *parent, 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;