From edf49c58b5dfbf2857b5e819c8ed875f708824dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:23:44 -0600 Subject: Rename kde-config to tde-config --- style/qtcurve.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style') diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index 09b03d3..1ca6376 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -258,12 +258,12 @@ static TQString kdeHome(bool trinity=false) { static TQString kdeHome[2]; - // Execute kde-config to ascertain users TDEHOME + // Execute tde-config to ascertain users TDEHOME if(kdeHome[trinity ? 0 : 1].isEmpty()) { FILE *fpipe; - if (fpipe = (FILE*)popen(trinity ? "kde-config --localprefix 2> /dev/null" : "kde4-config --localprefix 2> /dev/null", "r")) + if (fpipe = (FILE*)popen(trinity ? "tde-config --localprefix 2> /dev/null" : "kde4-config --localprefix 2> /dev/null", "r")) { char line[1024]; -- cgit v1.2.1