Include ksharedconfig.h (since it will be removed from kpluginfactory.h)
This commit is contained in:
parent
7f345a386b
commit
20bc3ff68b
4 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <KCModule>
|
||||
#include <KPluginFactory>
|
||||
#include <KConfigGroup>
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue