choqok: fix build

This commit is contained in:
q66 2019-12-17 15:45:46 +01:00
parent 3f3522a002
commit fa3adfbb2d
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Lots of things require QMap, no longer implicitly included.
--- libchoqok/plugin.h
+++ libchoqok/plugin.h
@@ -25,6 +25,7 @@
#define CHOQOKPLUGIN_H
#include <QObject>
+#include <QMap>
#include <KXMLGUIClient>