Fix compile enable final

svn path=/trunk/KDE/kdebase/workspace/; revision=720825
This commit is contained in:
Laurent Montel 2007-10-03 20:18:56 +00:00
parent 6f410196a0
commit d59f95c2d0
3 changed files with 6 additions and 3 deletions

View file

@ -15,8 +15,9 @@ License. See the file "COPYING" for the exact licensing terms.
#include <kwineffects.h>
#include <KPluginLoader>
#ifndef KDE_USE_FINAL
KWIN_EFFECT_CONFIG_FACTORY
#endif
K_PLUGIN_FACTORY_DEFINITION(EffectFactory, registerPlugin<KWin::ShadowEffectConfig>("shadow");
registerPlugin<KWin::PresentWindowsEffectConfig>("presentwindows");
registerPlugin<KWin::DesktopGridEffectConfig>("desktopgrid");

View file

@ -21,9 +21,9 @@ License. See the file "COPYING" for the exact licensing terms.
#include <QVBoxLayout>
#include <QCheckBox>
#ifndef KDE_USE_FINAL
KWIN_EFFECT_CONFIG_FACTORY
#endif
namespace KWin
{

View file

@ -21,7 +21,9 @@ License. See the file "COPYING" for the exact licensing terms.
#include <QSpinBox>
#include <QCheckBox>
#ifndef KDE_USE_FINAL
KWIN_EFFECT_CONFIG_FACTORY
#endif
namespace KWin
{