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/main.cc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'client/main.cc') diff --git a/client/main.cc b/client/main.cc index a37ed1e..025b713 100644 --- a/client/main.cc +++ b/client/main.cc @@ -25,16 +25,19 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "macro.h" -#include "sendrecieve.h" #include +#include +#include +#include "macro.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); - - macro("example"); + + MyEventHandler *eventhandler = new MyEventHandler(); + app.installEventFilter( eventhandler ); + + new_macro("example"); return app.exec(); } - -- cgit v1.2.3