fix RollupWidget

This commit is contained in:
Christian Daniel 2013-09-23 21:55:02 +02:00
parent 9fd7152f13
commit b125cea6a2
1 changed files with 5 additions and 4 deletions

View File

@ -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