changeset 87 | ff213e443336 |
parent 40 | 416d54ce0c34 |
child 88 | 6740a1c4edc9 |
--- a/QTfrontend/binds.h Tue Jul 25 20:19:46 2006 +0000 +++ b/QTfrontend/binds.h Wed Jul 26 12:25:48 2006 +0000 @@ -34,7 +34,7 @@ #ifndef BINDS_H #define BINDS_H -#include <QtGlobal> +#include <QString> #define BINDS_NUMBER 24 @@ -42,7 +42,7 @@ { QString action; QString strbind; - QString name; + const char * name; bool chwidget; };