make it compile
svn path=/trunk/kdebase/kwin/; revision=35123
This commit is contained in:
parent
cc08f29bd9
commit
43a857bd0e
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Options::Options()
|
|||
animate_shade = false;
|
||||
anim_steps = 20;
|
||||
border_snap_zone = window_snap_zone = 10;
|
||||
|
||||
|
||||
connect( kapp, SIGNAL( appearanceChanged() ), this, SLOT(reload() ) );
|
||||
}
|
||||
|
||||
|
@ -161,6 +161,6 @@ void Options::reload()
|
|||
|
||||
}
|
||||
|
||||
#include "options.moc"
|
||||
#include "options.moc.cpp"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue