summaryrefslogtreecommitdiffstats
path: root/src/widget/woverviewlmh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/woverviewlmh.h')
-rw-r--r--src/widget/woverviewlmh.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/widget/woverviewlmh.h b/src/widget/woverviewlmh.h
new file mode 100644
index 0000000000..b0a433e776
--- /dev/null
+++ b/src/widget/woverviewlmh.h
@@ -0,0 +1,15 @@
+#ifndef WOVERVIEWLMH_H
+#define WOVERVIEWLMH_H
+
+#include "widget/woverview.h"
+
+class WOverviewLMH : public WOverview
+{
+ public:
+ WOverviewLMH(const char *pGroup, ConfigObject<ConfigValue>* pConfig, QWidget * parent);
+
+ private:
+ virtual bool drawNextPixmapPart();
+};
+
+#endif // WOVERVIEWLMH_H