QTfrontend/hwconsts.cpp.in
changeset 925 c20156328529
parent 924 227f9fcdc2f4
child 983 d21ad13cd17d
equal deleted inserted replaced
924:227f9fcdc2f4 925:c20156328529
    26 QDir * cfgdir = new QDir();
    26 QDir * cfgdir = new QDir();
    27 QDir * datadir = new QDir();
    27 QDir * datadir = new QDir();
    28 
    28 
    29 QStringList * Themes;
    29 QStringList * Themes;
    30 
    30 
    31 QString * cDefaultAmmoStore = new QString("eammstore 939192942219121033235");
    31 QString * cDefaultAmmoStore = new QString("eammstore 9391929422199121033235");
    32 
    32 
    33 QColor * color1 = new QColor(  0, 255, 255);
    33 QColor * color1 = new QColor(  0, 255, 255);
    34 QColor * color2 = new QColor(255, 127, 127);
    34 QColor * color2 = new QColor(255, 127, 127);
    35 QColor * color3 = new QColor(103, 167, 231);
    35 QColor * color3 = new QColor(103, 167, 231);
    36 QColor * color4 = new QColor( 37, 181,  61);
    36 QColor * color4 = new QColor( 37, 181,  61);