summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/detect_uds_hidden.diff2
-rw-r--r--admin/kde.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/detect_uds_hidden.diff b/admin/detect_uds_hidden.diff
index 254de80..98805c9 100644
--- a/admin/detect_uds_hidden.diff
+++ b/admin/detect_uds_hidden.diff
@@ -8,7 +8,7 @@ diff -ur bksys-1.5.1.pre4/admin/kde.py kio-locate/admin/kde.py
+ ## check if KDE has the UDS_HIDDEN patch
+ print "Checking KDE for UDS_HIDDEN : ",
-+ if 'UDS_HIDDEN' in os.popen('cat ' + env['KDEINCLUDEPATH'] + '/kio/global.h').read():
++ if 'UDS_HIDDEN' in os.popen('cat ' + env['KDEINCLUDEPATH'] + '/tdeio/global.h').read():
+ env['HAVE_UDS_HIDDEN']='1'
+ p('GREEN', 'yes')
+ else:
diff --git a/admin/kde.py b/admin/kde.py
index 955a515..a67f722 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -248,7 +248,7 @@ def detect_kde(env):
## check if KDE has the UDS_HIDDEN patch
print "Checking KDE for UDS_HIDDEN : ",
- if 'UDS_HIDDEN' in os.popen('cat ' + env['KDEINCLUDEPATH'] + '/kio/global.h').read():
+ if 'UDS_HIDDEN' in os.popen('cat ' + env['KDEINCLUDEPATH'] + '/tdeio/global.h').read():
env['HAVE_UDS_HIDDEN']='1'
p('GREEN', 'yes')
else: