summaryrefslogtreecommitdiffstats
path: root/admin/detect_uds_hidden.diff
diff options
context:
space:
mode:
Diffstat (limited to 'admin/detect_uds_hidden.diff')
-rw-r--r--admin/detect_uds_hidden.diff2
1 files changed, 1 insertions, 1 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: