Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7489 in orxonox.OLD


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

compile again

Location:
branches/qt_gui
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/configure.ac

    r7442 r7489  
    671671                 src/lib/parser/ini_parser/Makefile
    672672                 src/lib/parser/cmdline_parser/Makefile
    673                 src/lib/parser/preferences/Makefile
     673                src/lib/parser/preferences/Makefile
    674674                 src/util/Makefile
    675675                 src/world_entities/Makefile
  • branches/qt_gui/src/defs/debug.h

    r7374 r7489  
    2828#include "confincl.h"
    2929#ifndef NO_SHELL
    30  #include "shell_buffer.h"
     30#include "lib/shell/shell_buffer.h"
    3131#endif /* NO_SHELL */
    3232
  • branches/qt_gui/src/lib/gui/gui_saveable.h

    r7480 r7489  
    88
    99#include "base_object.h"
    10 #include "multi_type.h"
     10#include "lib/util/multi_type.h"
    1111#include <vector>
    1212
  • 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}
  • branches/qt_gui/src/lib/shell/shell_buffer.h

    r7374 r7489  
    1010#include <stdarg.h>
    1111#include <list>
    12 #include "threading.h"
     12#include "lib/util/threading.h"
    1313
    1414#define      SHELL_BUFFER_SIZE       16384         //!< The Size of the input-buffers (should be large enough to carry any kind of input)
Note: See TracChangeset for help on using the changeset viewer.