preflopValues added as resource

This commit is contained in:
doitux
2007-03-03 00:11:26 +00:00
parent cb3c17573d
commit 07dd1a7461
71 changed files with 316 additions and 107 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ int main( int argc, char **argv )
/////// can be removed for non-qt-guis ////////////
QApplication a( argc, argv );
a.setStyle(new QPlastiqueStyle);
Q_INIT_RESOURCE(deck);
Q_INIT_RESOURCE(resources);
///////////////////////////////////////////////////
GuiInterface *myGuiInterface = new GuiWrapper();