From fd93edaf0daf75670503fa2d7a48fdcf653dc6a0 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Thu, 13 Oct 2011 15:01:57 +0200 Subject: Added custom button for use when opening macros. It now turns blue when it has focus. --- client/macrodrawer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/macrodrawer.h') 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 #include #include @@ -49,7 +51,7 @@ signals: private: QWidget *edge; - QPushButton *button; + ExpandButton *button; }; #endif/*__PRACRO_MACRODRAWER_H__*/ -- cgit v1.2.3