File lxqt-config-libqt5.5.patch of Package lxqt-config
Index: lxqt-config-0.9.0/lxqt-config-monitor/monitor.h
===================================================================
--- lxqt-config-0.9.0.orig/lxqt-config-monitor/monitor.h
+++ lxqt-config-0.9.0/lxqt-config-monitor/monitor.h
@@ -20,6 +20,7 @@
#ifndef _MONITOR_H_
#define _MONITOR_H_
+#include <QObject>
#include <QStringList>
#include <QHash>
#include <QList>
@@ -79,4 +80,4 @@ public:
/**Gets size from string rate. String rate format is "widthxheight". Example: 800x600*/
QSize sizeFromString(QString str);
-#endif // _MONITOR_H_
\ No newline at end of file
+#endif // _MONITOR_H_