#ifndef INPUTDIALOG_H #define INPUTDIALOG_H #include #include #include #include class QLineEdit; class QCheckBox; class InputDialog : public QMainWindow { Q_OBJECT public: InputDialog( ); ~InputDialog(); private: QLineEdit* LineEdit1; private slots: void doLookup(); void showBrowser(OProcess*); protected slots: }; #endif // INPUTDIALOG_H