- adding empty KWinInterface.h to make kdebase/kwin compile
(rikkus will have to fill it in later ;-) svn path=/trunk/kdebase/kwin/; revision=48413
This commit is contained in:
parent
297651e2c3
commit
6af14b4440
1 changed files with 13 additions and 0 deletions
13
KWinInterface.h
Normal file
13
KWinInterface.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef __kwin_interface_h__
|
||||
#define __kwin_interface_h__
|
||||
|
||||
#include <dcopobject.h>
|
||||
|
||||
class KWinInterface : virtual public DCOPObject
|
||||
{
|
||||
K_DCOP
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue