Ignore:
Timestamp:
07/30/13 15:59:26 (11 years ago)
Author:
morasjul
Message:

fix include mane (Capital)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/include/Pacpus/kernel/ComponentBase.h

    r120 r138  
    77/// @author  Marek Kurdej <firstname.surname@utc.fr>
    88/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     9/// @author  Julien Moras <firstname.surname@utc.fr>
    910/// @date    February, 2006
    1011/// @version $Id: ComponentBase.h 76 2013-01-10 17:05:10Z kurdejma $
     
    2526#include <Pacpus/kernel/pacpus.h>
    2627#include <Pacpus/kernel/XmlComponentConfig.h>
    27 #include <Pacpus/kernel/inputOutputBase.h>
     28#include <Pacpus/kernel/InputOutputBase.h>
    2829
    2930#include <QString>
     
    140141    QMap<QString, OutputInterfaceBase *> output;
    141142
     143    /// a pointer to an optional widget
    142144    QWidget *   ui;
    143145
Note: See TracChangeset for help on using the changeset viewer.