Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/builder.cpp

    r7230be r4cf323d  
    8686#include "UIElements/CommandLineUI/CommandLineUIFactory.hpp"
    8787#ifdef USE_GUI_QT
    88 #include "UIElements/QT4/QTUIFactory.hpp"
     88#include "UIElements/Qt4/QtUIFactory.hpp"
    8989#endif
    9090#include "UIElements/MainWindow.hpp"
     
    184184      ASSERT_DO(Assert::Ask);
    185185      #ifdef USE_GUI_QT
    186         DoLog(0) && (Log() << Verbose(0) << "Setting UI to QT4." << endl);
    187         UIFactory::registerFactory(new QTUIFactory::description());
    188         UIFactory::makeUserInterface("QT4");
     186        DoLog(0) && (Log() << Verbose(0) << "Setting UI to Qt4." << endl);
     187        UIFactory::registerFactory(new QtUIFactory::description());
     188        UIFactory::makeUserInterface("Qt4");
    189189      #else
    190190        DoLog(0) && (Log() << Verbose(0) << "Setting UI to Text." << endl);
Note: See TracChangeset for help on using the changeset viewer.