diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:22:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:22:28 -0600 |
commit | d1903dde17b3b514442ed0dd97b727325d92565e (patch) | |
tree | e0a442c2a5572701b8ab4fced30ee0394af98155 /common/config_file.c | |
parent | 44605ea2809e6a8c2d0f07b3aac2b0401fbc844c (diff) | |
download | tde-style-qtcurve-d1903dde17b3b514442ed0dd97b727325d92565e.tar.gz tde-style-qtcurve-d1903dde17b3b514442ed0dd97b727325d92565e.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'common/config_file.c')
-rw-r--r-- | common/config_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/config_file.c b/common/config_file.c index eb6da2e..aa1c289 100644 --- a/common/config_file.c +++ b/common/config_file.c @@ -574,7 +574,7 @@ static const char * getHome() #include <tqdir.h> #include <tqfile.h> #endif -// Take from KStandardDirs::makeDir +// Take from TDEStandardDirs::makeDir static bool makeDir(const TQString& dir, int mode) { // we want an absolute path @@ -700,7 +700,7 @@ static const char *qtcConfDir() #if defined TQTC_TQT_ONLY || 0x039999 < 0x040000 makeDir(cfgDir, 0755); #else - KStandardDirs::makeDir(cfgDir, 0755); + TDEStandardDirs::makeDir(cfgDir, 0755); #endif #else g_mkdir_with_parents(cfgDir, 0755); |