QTfrontend/main.cpp
changeset 6930 d187ea93fc4f
parent 6721 7dbf8a0c1f5d
child 6933 78d194a30520
equal deleted inserted replaced
6929:c305d31642ac 6930:d187ea93fc4f
    30 
    30 
    31 #include "hwform.h"
    31 #include "hwform.h"
    32 #include "hwconsts.h"
    32 #include "hwconsts.h"
    33 #include "newnetclient.h"
    33 #include "newnetclient.h"
    34 
    34 
    35 #include "HWDataManager.h"
    35 #include "DataManager.h"
    36 
    36 
    37 #ifdef _WIN32
    37 #ifdef _WIN32
    38 #include <Shlobj.h>
    38 #include <Shlobj.h>
    39 #endif
    39 #endif
    40 #ifdef __APPLE__
    40 #ifdef __APPLE__
   207                                               "Please check your installation").
   207                                               "Please check your installation").
   208                               arg(datadir->absolutePath()+"/hedgewars/Data"));
   208                               arg(datadir->absolutePath()+"/hedgewars/Data"));
   209         return 1;
   209         return 1;
   210     }
   210     }
   211 
   211 
   212     HWDataManager & dataMgr = HWDataManager::instance();
   212     DataManager & dataMgr = DataManager::instance();
   213 
   213 
   214     {
   214     {
   215         QStringList themes;
   215         QStringList themes;
   216 
   216 
   217         themes.append(dataMgr.entryList(
   217         themes.append(dataMgr.entryList(