summaryrefslogtreecommitdiff
path: root/include/glwidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glwidgets.h')
-rw-r--r--include/glwidgets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/glwidgets.h b/include/glwidgets.h
index cd87a5f..2c32f0a 100644
--- a/include/glwidgets.h
+++ b/include/glwidgets.h
@@ -17,18 +17,18 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: glwidgets.h,v 1.9 2004-11-27 21:48:01 pixel Exp $ */
+/* $Id: glwidgets.h,v 1.10 2006-10-28 16:50:46 pixel Exp $ */
#ifndef __GLWIDGETS_H__
#define __GLWIDGETS_H__
-#include <widgets.h>
+#include <Widgets.h>
namespace mogltk {
- namespace widgets {
+ namespace Widgets {
class glRoot : public Root {
public:
- glRoot(shape *);
+ glRoot(Shape *);
protected:
virtual void draw();
};