forked from pool/kinfocenter5
28 lines
705 B
Diff
28 lines
705 B
Diff
|
From: David Edmundson <kde@davidedmundson.co.uk>
|
||
|
Date: Wed, 02 Mar 2016 14:25:41 +0000
|
||
|
Subject: Fix build
|
||
|
X-Git-Url: http://quickgit.kde.org/?p=kinfocenter.git&a=commitdiff&h=b4994c307ce86b52e20c4afb35ff2eaf12bfd8f1
|
||
|
---
|
||
|
Fix build
|
||
|
---
|
||
|
|
||
|
|
||
|
--- a/Modules/about-distro/src/Module.cpp
|
||
|
+++ b/Modules/about-distro/src/Module.cpp
|
||
|
@@ -24,6 +24,7 @@
|
||
|
#include <QIcon>
|
||
|
#include <QStandardPaths>
|
||
|
|
||
|
+#include <kcoreaddons_version.h>
|
||
|
#include <KAboutData>
|
||
|
#if KCOREADDONS_VERSION >= QT_VERSION_CHECK(5,20,0)
|
||
|
#include <KCoreAddons>
|
||
|
@@ -34,7 +35,6 @@
|
||
|
#include <KFormat>
|
||
|
#include <KLocalizedString>
|
||
|
#include <KSharedConfig>
|
||
|
-#include <kcoreaddons_version.h>
|
||
|
|
||
|
#include <solid/device.h>
|
||
|
#include <solid/processor.h>
|