summaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/engine.h b/include/engine.h
index 0d4afbc..77846ac 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: engine.h,v 1.22 2006-02-09 17:04:57 pixel Exp $ */
+/* $Id: engine.h,v 1.23 2006-10-28 16:50:46 pixel Exp $ */
#ifndef __ENGINE_H__
#define __ENGINE_H__
@@ -29,7 +29,7 @@
#include <glbase.h>
namespace mogltk {
- class widget;
+ class Widget;
class engine : public Base {
public:
class keyevent : public Base {
@@ -77,7 +77,7 @@ namespace mogltk {
static mouseevent * getmouseevent();
static glbase * glbase_o;
static base * base_o;
- static widget * root;
+ static Widget * root;
private:
static bool inited;
static bool postsetuped;
@@ -98,6 +98,6 @@ namespace mogltk {
};
};
-#include <widgets.h>
+#include <Widgets.h>
#endif