gameui

diff src/widget.cc @ 4:e0916bb20b7f

changed the name to goatkit
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 21 Mar 2014 21:45:37 +0200
parents f1014234dece
children 5a84873185ff
line diff
     1.1 --- a/src/widget.cc	Fri Mar 21 03:37:16 2014 +0200
     1.2 +++ b/src/widget.cc	Fri Mar 21 21:45:37 2014 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  #include "boolanm.h"
     1.5  #include "theme.h"
     1.6  
     1.7 -namespace gameui {
     1.8 +namespace goatkit {
     1.9  
    1.10  struct WidgetImpl {
    1.11  	std::string type_str;
    1.12 @@ -263,4 +263,4 @@
    1.13  }
    1.14  
    1.15  
    1.16 -}	// namespace gameui
    1.17 +}	// namespace goatkit