#ifndef TGO4HSERVERCPNNECTION_H #define TGO4HSERVERCPNNECTION_H #include #include "ui_TGo4HServerConnection.h" class TGo4HServerConnection : public QDialog, public Ui::TGo4HServerConnection { Q_OBJECT public: TGo4HServerConnection( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, Qt::WFlags fl = 0 ) : QDialog( parent, name, modal, fl ) { setupUi(this); } }; #endif