Ignore:
Timestamp:
01/08/13 18:10:10 (11 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/include/Pacpus/DbitePlayer/DbtPlyUserInterface.h

    r3 r31  
    1 /*********************************************************************
    2 // created:    2007/04/12 - 16:30
    3 //
    4 // author:     Elie Al Alam & Gerald Dherbomez
    5 //             Heudiasyc UMR UTC/CNRS 6599 Copyright
    6 //
    7 // version:    $Id: $
    8 //
    9 // purpose:    Dbite Player User interface header file
    10 *********************************************************************/
     1/**
     2 *
     3 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
     4 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
     5 *
     6 * See the LICENSE file for more information or a copy at:
     7 *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
     8 *
     9 */
    1110
    12 #ifndef DBTPLYUSERINTERFACE_H
    13 #define DBTPLYUSERINTERFACE_H
     11#ifndef DEF_PACPUS_DBTPLYUSERINTERFACE_H
     12#define DEF_PACPUS_DBTPLYUSERINTERFACE_H
    1413
    15 #include <qwidget.h>
     14#include <QWidget>
    1615
    17 #include "kernel/ComponentBase.h"
    18 #include "kernel/ComponentFactory.h"
    19 #include "DbitePlayerConfig.h"
    20 #include "DbtPlyFileManager.h"
    21 #include "DbtPlyEngine.h"
     16#include <Pacpus/kernel/ComponentBase.h>
     17#include <Pacpus/kernel/ComponentFactory.h>
     18#include <Pacpus/DbitePlayer/DbitePlayerConfig.h>
     19#include <Pacpus/DbitePlayer/DbtPlyFileManager.h>
     20#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
    2221
    2322class QButtonGroup;
     
    125124} // namespace pacpus
    126125
    127 #endif // DBTPLYUSERINTERFACE_H
     126#endif // DEF_PACPUS_DBTPLYUSERINTERFACE_H
Note: See TracChangeset for help on using the changeset viewer.