repo.or.cz
/
kdenetwork.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix crash on logout
[kdenetwork.git]
/
wifi
/
interface_dcop.h
blob
32caeaa30c7ef60cd3c18e8d6364ddf1ebf208c7
1
#ifndef INTERFACE_DCOP_H
2
#define INTERFACE_DCOP_H
3
4
#include <dcopobject.h>
5
6
class
dcop_interface
:
virtual public
DCOPObject
7
{
8
K_DCOP
9
k_dcop
:
10
virtual
QString
interface
( )
const
=
0
;
11
};
12
13
#endif