Ignore:
File:
1 edited

Legend:

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

    rbbbad5 r97b825  
    66 */
    77
    8 // include config.h
    9 #ifdef HAVE_CONFIG_H
    10 #include <config.h>
    11 #endif
    12 
    138#include <iostream>
    149#include <cassert>
    1510
     11using namespace std;
     12
    1613#include <qapplication.h>
    17 
    1814
    1915#include "UIElements/QT4/QTUIFactory.hpp"
    2016#include "UIElements/QT4/QTMainWindow.hpp"
    2117#include "UIElements/QT4/QTDialog.hpp"
    22 
    23 #include "Helpers/MemDebug.hpp"
    24 
    2518#include "version.h"
    2619#include "defs.hpp"
    27 
    28 using namespace std;
     20#include "Helpers/MemDebug.hpp"
    2921
    3022QTUIFactory::QTUIFactory() :
Note: See TracChangeset for help on using the changeset viewer.