summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:33 -0600
commitb668d5788ef4eed1056563cb3bfc2c808348c442 (patch)
tree250d4e1e80e1bf6b693b6fceb8265f4490032c12 /common
parent44c2ed06c4082d4607eb5ddbdd109d0f2912ef90 (diff)
downloadtde-style-qtcurve-b668d5788ef4eed1056563cb3bfc2c808348c442.tar.gz
tde-style-qtcurve-b668d5788ef4eed1056563cb3bfc2c808348c442.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'common')
-rw-r--r--common/config_file.c4
-rw-r--r--common/config_file.c-orig4
2 files changed, 4 insertions, 4 deletions
diff --git a/common/config_file.c b/common/config_file.c
index dac1486..eb6da2e 100644
--- a/common/config_file.c
+++ b/common/config_file.c
@@ -664,8 +664,8 @@ static const char *qtcConfDir()
#else
/*
Hmm... for 'root' dont bother to check env var, just set to ~/.config
- - as problems would arise if "sudo kcmshell style", and then
- "sudo su" / "kcmshell style". The 1st would write to ~/.config, but
+ - as problems would arise if "sudo tdecmshell style", and then
+ "sudo su" / "tdecmshell style". The 1st would write to ~/.config, but
if root has a XDG_ set then that would be used on the second :-(
*/
#ifndef _WIN32
diff --git a/common/config_file.c-orig b/common/config_file.c-orig
index 7b6a37d..44c61fd 100644
--- a/common/config_file.c-orig
+++ b/common/config_file.c-orig
@@ -329,8 +329,8 @@ static const char *xdgConfigFolder()
#else
/*
Hmm... for 'root' dont bother to check env var, just set to ~/.config
- - as problems would arise if "sudo kcmshell style", and then
- "sudo su" / "kcmshell style". The 1st would write to ~/.config, but
+ - as problems would arise if "sudo tdecmshell style", and then
+ "sudo su" / "tdecmshell style". The 1st would write to ~/.config, but
if root has a XDG_ set then that would be used on the second :-(
*/
char *env=0==getuid() ? NULL : getenv("XDG_CONFIG_HOME");