#include "browser.h" using namespace app; Browser::Browser() { set_title( TITLE ); set_default_size( WIDTH, HEIGHT ); }