Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2006, 12:22:03 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more guo-elements

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/gui_general.h

    r7582 r7585  
    11/*!
    2   \file gui_audio.h
    3   \brief File that holds the class that creates the Audio-Options.
     2  \file gui_general.h
     3  \brief File that holds the class that creates the General-Options.
    44*/
    5 #ifndef _GUI_AUDIO_H
    6 #define _GUI_AUDIO_H
     5#ifndef _GUI_GENERAL_H
     6#define _GUI_GENERAL_H
    77
    88#include "../gui_element.h"
     
    1414{
    1515  //! Class that creates the Audio-Options.
    16   class GuiAudio : public OrxGui::Element, public QGroupBox
     16  class GuiGeneral : public OrxGui::Element, public QGroupBox
    1717  {
    1818  public:
    19     GuiAudio(OrxGui::Gui* gui);
    20     virtual ~GuiAudio();
     19    GuiGeneral(OrxGui::Gui* gui);
     20    virtual ~GuiGeneral();
    2121
    2222  };
    2323}
    2424
    25 #endif /* _GUI_AUDIO_H */
     25#endif /* _GUI_GENERAL_H */
Note: See TracChangeset for help on using the changeset viewer.