X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/5b3ad773cf2d6f2ead71996f496611561929b657..036922ba5e90ae7f6f6abe3f99b1783dec5132fc:/qt/multypo.h diff --git a/qt/multypo.h b/qt/multypo.h index 49b70b1..de0898f 100644 --- a/qt/multypo.h +++ b/qt/multypo.h @@ -4,7 +4,7 @@ #include #include -class QLabel; +#include "player.h" class MultypoWindow : public QWidget { @@ -24,7 +24,7 @@ private: int xiOpcode; QLabel *mainLabel; - QMap players; + QMap players; }; #endif // MULTIKBD_H