Include ksharedconfig.h (since it will be removed from kpluginfactory.h)

This commit is contained in:
David Faure 2014-03-29 09:05:08 +01:00
parent 7f345a386b
commit 20bc3ff68b
4 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KConfig>
#include <KConfigGroup>
#include <KSharedConfig>
#include <KPluginInfo>
#include <KServiceTypeTrader>

View file

@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QtGui/QPainter>
// KDE
#include <KConfigGroup>
#include <KSharedConfig>
#include <KIconLoader>
#include <KStartupInfo>
#include <KSelectionOwner>

View file

@ -23,6 +23,7 @@
#include <KCModule>
#include <KPluginFactory>
#include <KConfigGroup>
namespace KWin
{

View file

@ -35,6 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QDesktopWidget>
#include <QKeyEvent>
#include <QModelIndex>
#include <QStandardPaths>
#include <QTimer>
#include <QQmlContext>
#include <QQmlComponent>