summaryrefslogtreecommitdiff
path: root/client/macrodrawer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/macrodrawer.h')
-rw-r--r--client/macrodrawer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/macrodrawer.h b/client/macrodrawer.h
index 9cebebc..256d550 100644
--- a/client/macrodrawer.h
+++ b/client/macrodrawer.h
@@ -27,6 +27,8 @@
#ifndef __PRACRO_MACRODRAWER_H__
#define __PRACRO_MACRODRAWER_H__
+#include "expandbutton.h"
+
#include <QGroupBox>
#include <QString>
#include <QPushButton>
@@ -49,7 +51,7 @@ signals:
private:
QWidget *edge;
- QPushButton *button;
+ ExpandButton *button;
};
#endif/*__PRACRO_MACRODRAWER_H__*/