diff --git a/src/gui/qt/gametable/mychancelabel.h b/src/gui/qt/gametable/mychancelabel.h index e342e0a4..1893c641 100644 --- a/src/gui/qt/gametable/mychancelabel.h +++ b/src/gui/qt/gametable/mychancelabel.h @@ -12,14 +12,11 @@ #ifndef MYCHANCELABEL_H #define MYCHANCELABEL_H -#include #include #include #include -using namespace std; - class gameTableImpl; class MyChanceLabel : public QLabel @@ -32,7 +29,7 @@ public: void setMyW ( gameTableImpl* theValue ) { myW = theValue; } void paintEvent(QPaintEvent * event); - void refreshChance(vector< vector >); + void refreshChance(std::vector< std::vector >); void resetChance(); private: