drkonqi: Fix build with kcoreaddons < 5.20

The KCoreAddons header was introduced with 5.20 and
839900875b266ec85c10167b48fe3988fde8b8da already #ifdefs its newly
added functionality, just not that header.

REVIEW: 127258
wilder-5.14
Heiko Becker 10 years ago
parent 6801fa9c24
commit 4abb289daf
  1. 2
      drkonqi/systeminformation.cpp

@ -34,7 +34,9 @@
#include <KConfig>
#include <KConfigGroup>
#include <KSharedConfig>
#if KCOREADDONS_VERSION >= QT_VERSION_CHECK(5,20,0)
#include <KCoreAddons>
#endif
#include <QStandardPaths>
#include <kcoreaddons_version.h>

Loading…
Cancel
Save