Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/UIFactory.cpp

    r9fe36b rcc04b7  
    1212// all factories that can be used:
    1313#include "UIElements/TextUIFactory.hpp"
    14 #ifdef USE_GUI_QT
    15 #include "UIElements/QT4/QTUIFactory.hpp"
    16 #endif
    1714
    1815UIFactory *UIFactory::theFactory = 0;
     
    3532      theFactory = new TextUIFactory();
    3633      break;
    37 #ifdef USE_GUI_QT
    38     case QT4 :
    39       theFactory = new QTUIFactory();
    40       break;
    41 #endif
     34
    4235    default:
    4336      assert(0 && "No such Factory in stock");
Note: See TracChangeset for help on using the changeset viewer.