mainwindow --> gametable

This commit is contained in:
doitux
2008-05-05 07:46:19 +00:00
parent 4b04aedc3f
commit f2defd033d
59 changed files with 14825 additions and 7600 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
#include <string>
class Session;
class mainWindowImpl;
class gameTableImpl;
class Log;
class Chat;
class ConfigFile;
@@ -144,7 +144,7 @@ private:
Log *myLog;
Chat *myChat;
mainWindowImpl *myW;
gameTableImpl *myW;
ConfigFile *myConfig;
};