1 #ifndef _VLP_KERNEL_CONNECTDIALOG_H
2 #define _VLP_KERNEL_CONNECTDIALOG_H
4 #include <QtGui/QDialog>
5 #include <QtCore/QString>
7 #include "ui/dialogs/ConnectDialog.h"
14 * Kill Interpreter Dialog class
16 class ConnectDialog : public QDialog, private Ui::ConnectDialog {
18 ConnectDialog(QWidget * parent = 0);
28 #endif /* _VLP_KERNEL_CONNECTDIALOG_H */