Changeset 31 in pacpusframework for trunk/src/DBITEPlayer/src/main.cpp


Ignore:
Timestamp:
01/08/13 18:10:10 (12 years ago)
Author:
sgosseli
Message:

Huge commit: use the new includes style in all the files, add the license header in all the headers, and in some cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayer/src/main.cpp

    r3 r31  
    3030
    3131#include <cassert>
    32 #include <qapplication.h>
     32#include <QApplication>
    3333
    34 #include "DbitePlayer/DbtPlyEngine.h"
    35 #include "DbitePlayer/DbtPlyTrigger.h"
    36 #include "DbitePlayer/DbtPlyUserInterface.h"
    37 #include "kernel/ComponentManager.h"
    38 #include "kernel/ComponentFactory.h"
    39 #include "kernel/Log.h"
    40 #include "kernel/PacpusPluginInterface.h"
     34#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
     35#include <Pacpus/DbitePlayer/DbtPlyTrigger.h>
     36#include <Pacpus/DbitePlayer/DbtPlyUserInterface.h>
     37#include <Pacpus/kernel/ComponentManager.h>
     38#include <Pacpus/kernel/ComponentFactory.h>
     39#include <Pacpus/kernel/Log.h>
     40#include <Pacpus/kernel/PacpusPluginInterface.h>
    4141
    4242using namespace pacpus;
Note: See TracChangeset for help on using the changeset viewer.