Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/QT4/QTUIFactory.cpp

    r97b825 rbbbad5  
    66 */
    77
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
    813#include <iostream>
    914#include <cassert>
    1015
    11 using namespace std;
     16#include <qapplication.h>
    1217
    13 #include <qapplication.h>
    1418
    1519#include "UIElements/QT4/QTUIFactory.hpp"
    1620#include "UIElements/QT4/QTMainWindow.hpp"
    1721#include "UIElements/QT4/QTDialog.hpp"
     22
     23#include "Helpers/MemDebug.hpp"
     24
    1825#include "version.h"
    1926#include "defs.hpp"
    20 #include "Helpers/MemDebug.hpp"
     27
     28using namespace std;
    2129
    2230QTUIFactory::QTUIFactory() :
Note: See TracChangeset for help on using the changeset viewer.