From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin/plugins.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 kwin/plugins.h (limited to 'kwin/plugins.h') diff --git a/kwin/plugins.h b/kwin/plugins.h new file mode 100644 index 000000000..7e779098c --- /dev/null +++ b/kwin/plugins.h @@ -0,0 +1,32 @@ +/***************************************************************** + KWin - the KDE window manager + This file is part of the KDE project. + +Copyright (C) 1999, 2000 Daniel M. Duley +Copyright (C) 2003 Lubos Lunak + +You can Freely distribute this program under the GNU General Public +License. See the file "COPYING" for the exact licensing terms. +******************************************************************/ + +#ifndef KWIN_PLUGINS_H +#define KWIN_PLUGINS_H + +#include + +namespace KWinInternal +{ + +class PluginMgr + : public KDecorationPlugins + { + public: + PluginMgr(); + virtual bool provides( Requirement ); + protected: + virtual void error( const QString& error_msg ); + }; + +} // namespace + +#endif -- cgit v1.2.3