blob: 40fdae0db81095c986fa399db5757a24dbf91c0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# KDE namespace check file
# DCOP classes
DCOP*::*
kde_*
# from (KDE) ICE
KDE_Ice*
_kde_Ice*
# these should preferably go in some namespace in KDE4
operator>>
operator<<
|