Add missing include
authorAllan Sandfeld Jensen <allan.jensen@qt.io>
Thu, 15 Mar 2018 16:33:36 +0000 (17:33 +0100)
committerPino Toscano <pino@debian.org>
Tue, 31 Jul 2018 20:37:17 +0000 (21:37 +0100)
Summary: Needed for Qt 5.11

Reviewers: mlaurent, dvratil

Reviewed By: dvratil

Subscribers: #kde_pim

Tags: #kde_pim

Differential Revision: https://phabricator.kde.org/D11211

Gbp-Pq: Name upstream_Add-missing-include.patch

src/kontactplugin/korganizer/kcmapptsummary.cpp

index b4df77fa6263db7cd7e7dc1f469511a4dce5a2cd..5d767e6e7768cee4b5ed0cee543c468c7c0898d6 100644 (file)
@@ -30,6 +30,8 @@
 #include <KLocalizedString>
 #include <KConfig>
 
+#include <QButtonGroup>
+
 KCModule *create_apptsummary(QWidget *parent, const char *)
 {
     return new KCMApptSummary(parent);