summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 17:52:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-15 12:50:24 +0900
commit5bfc9b73420d27acb719c10462366ea08470591c (patch)
tree98fc315bb949d64f11b95124d3beec9c288715f0 /common
parent3d17a0dc04a86d3562007c1ef53fc70b398d8c65 (diff)
downloadtde-style-qtcurve-master.tar.gz
tde-style-qtcurve-master.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'common')
-rw-r--r--common/config_file.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/config_file.c b/common/config_file.c
index 38ba3c3..23567a5 100644
--- a/common/config_file.c
+++ b/common/config_file.c
@@ -569,11 +569,9 @@ static const char * getHome()
#ifdef __cplusplus
-#if defined TQTC_TQT_ONLY || 0x039999 < 0x040000
-#if 0x039999 < 0x040000
+#if defined TQTC_TQT_ONLY
#include <tqdir.h>
#include <tqfile.h>
-#endif
// Take from TDEStandardDirs::makeDir
static bool makeDir(const TQString& dir, int mode)
{
@@ -697,7 +695,7 @@ static const char *qtcConfDir()
if(0!=lstat(cfgDir, &info))
{
#ifdef __cplusplus
-#if defined TQTC_TQT_ONLY || 0x039999 < 0x040000
+#if defined TQTC_TQT_ONLY
makeDir(cfgDir, 0755);
#else
TDEStandardDirs::makeDir(cfgDir, 0755);