7666caed0a
Reverted the moving of inline functions in workspace.* svn path=/trunk/kdebase/kwin/; revision=48479
15 lines
199 B
C++
15 lines
199 B
C++
#ifndef KWIN_INTERFACE_H
|
|
#define KWIN_INTERFACE_H
|
|
|
|
#include <dcopobject.h>
|
|
|
|
class KWinInterface : virtual public DCOPObject
|
|
{
|
|
K_DCOP
|
|
|
|
k_dcop:
|
|
|
|
virtual void updateClientArea() = 0;
|
|
};
|
|
|
|
#endif
|