Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7489 in orxonox.OLD for branches/qt_gui/src/lib/gui/qt_gui


Ignore:
Timestamp:
May 3, 2006, 12:04:12 AM (18 years ago)
Author:
bensch
Message:

compile again

Location:
branches/qt_gui/src/lib/gui/qt_gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/Makefile.am

    r7487 r7489  
    11MAINSRCDIR=../../..
    2 AM_CXXFLAGS=-I$(MAINSRCDIR)/lib/lang
     2AM_CXXFLAGS=-I$(MAINSRCDIR)/
     3AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang
    34AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs
    45
  • branches/qt_gui/src/lib/gui/qt_gui/qt_gui.h

    r7479 r7489  
    88
    99#include "../gui.h"
    10 #include "gui_element.h"
     10#include "../gui_element.h"
    1111#include <qapplication.h>
    1212#include <qmainwindow.h>
     
    3232    private:
    3333      QMainWindow*              mainWindow;
    34       std::list<GuiElement*>    elements;   //!< A List of Elements within the QTGui
     34      std::list<Element*>       elements;   //!< A List of Elements within the QTGui
    3535  };
    3636}
Note: See TracChangeset for help on using the changeset viewer.