#ifndef TEXTINPUTFORM_H #define TEXTINPUTFORM_H #include class TextInputForm : public QDialog { public: TextInputForm(); }; #endif // TEXTINPUTFORM_H