kwin/kcmkwin/kwinrules/kwinsrc.cpp
Luboš Luňák 36b64e3897 GUI for rules (=window specific settings). Have fun figuring out how it
works, because I haven't written any kind of docs for it yet, and
the most important button doesn't work yet either (yes, that one that
has it written on it). I just hope the GUI doesn't suck too much, because
I'm really bad at such things.

svn path=/trunk/kdebase/kwin/; revision=322524
2004-06-21 16:25:24 +00:00

7 lines
191 B
C++

// Include some code from kwin core in order to avoid
// double implementation.
#include "ruleslist.h"
#include "../../rules.cpp"
#include "../../placement.cpp"
#include "../../options.cpp"