1 #ifndef _VLP_KERNEL_KILLINTERPRETERDIALOG_H
2 #define _VLP_KERNEL_KILLINTERPRETERDIALOG_H
4 #include <QtGui/QDialog>
6 #include "ui/dialogs/KillDialog.h"
13 * Kill Interpreter Dialog class
15 class KillInterpreterDialog : public QDialog, private Ui::KillInterpreterDialog {
17 KillInterpreterDialog(QWidget * parent = 0);
18 ~KillInterpreterDialog();
20 int getInterpreterId();
27 #endif /* _VLP_KERNEL_KILLINTERPRETERDIALOG_H */