#include #include "onewindow.h" int main( int argc, char *argv[]) { Gtk::Main kit(argc, argv); Onewindow o; Gtk::Main::run(o); return 0; }