diff options
Diffstat (limited to 'style/qtcurve.cpp')
-rw-r--r-- | style/qtcurve.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |