Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2006, 11:39:54 PM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more stuff

File:
1 edited

Legend:

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

    r7481 r7484  
    66#define _GUI_VIDEO_H
    77
    8 #include "gui_element.h"
     8#include "../gui_element.h"
    99#include <vector>
    1010#include <string>
     11#include <qgroupbox.h>
    1112
    1213namespace OrxGui
    1314{
    1415  //! Class that creates the Video-Options.
    15   class GuiVideo : public GuiElement
     16  class GuiVideo : public OrxGui::Element, public QGroupBox
    1617  {
    1718  public:
Note: See TracChangeset for help on using the changeset viewer.