From 96c3b5c064a26b8598943a122d9b6ecbdf1062e9 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 17 Mar 2008 11:29:52 +0000 Subject: recent changes, dunno what exactly, but perhaps something with moving on to next dialog by clicking next --- client/macro.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'client/macro.h') diff --git a/client/macro.h b/client/macro.h index 36f4f4f..9863d3a 100644 --- a/client/macro.h +++ b/client/macro.h @@ -28,7 +28,14 @@ #define __PRACRO_MACRO_H__ #include +#include +#include -void macro(QString name); +class MyEventHandler : public QObject { +protected: + bool eventFilter( QObject *o, QEvent *e ); +}; + +void new_macro(QString name); #endif/*__PRACRO_MACRO_H__*/ -- cgit v1.2.3