/* This is the new kwindecoration kcontrol module Copyright (c) 2001 Karol Szwed (gallium) http://gallium.n3.net/ Supports new kwin configuration plugins, and titlebar button position modification via dnd interface. Based on original "kwintheme" (Window Borders) Copyright (C) 2001 Rik Hemsley (rikkus) */ #ifndef __KWINDECORATIONIFACE_H #define __KWINDECORATIONIFACE_H #include class KWinDecorationIface: virtual public DCOPObject { K_DCOP public: k_dcop: virtual void dcopUpdateClientList()=0; }; #endif