summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristian Daniel <cd@maintech.de>2013-09-23 21:55:02 +0200
committerChristian Daniel <cd@maintech.de>2013-09-23 21:55:02 +0200
commitb125cea6a2c3260222182a89e927bfb156ed1a7c (patch)
tree249a63ee0b4e656076c3acb9f12ec03ee0f626da /include
parent9fd7152f13157f88136a386779919ce57ac59e2b (diff)
fix RollupWidget
Diffstat (limited to 'include')
-rw-r--r--include/gui/rollupwidget.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/gui/rollupwidget.h b/include/gui/rollupwidget.h
index baba1bf..ec54d11 100644
--- a/include/gui/rollupwidget.h
+++ b/include/gui/rollupwidget.h
@@ -1,9 +1,10 @@
-#ifndef INCLUDE_DEMODWIDGET_H
-#define INCLUDE_DEMODWIDGET_H
+#ifndef INCLUDE_ROLLUPWIDGET_H
+#define INCLUDE_ROLLUPWIDGET_H
#include <QWidget>
+#include "util/export.h"
-class RollupWidget : public QWidget {
+class SDRANGELOVE_API RollupWidget : public QWidget {
Q_OBJECT
public:
@@ -25,4 +26,4 @@ protected:
bool eventFilter(QObject* object, QEvent* event);
};
-#endif // INCLUDE_DEMODWIDGET_H
+#endif // INCLUDE_ROLLUPWIDGET_H