From e7a63b1a9959866a0a52d828f05260fbeeccf571 Mon Sep 17 00:00:00 2001 From: floty Date: Sat, 20 Dec 2008 19:01:07 +0000 Subject: [PATCH] vector in cardsChance --- src/gui/qt/gametable/mychancelabel.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: