#ifndef PROGRAMMINGNAMEPOPUP_H #define PROGRAMMINGNAMEPOPUP_H #include namespace Ui { class ProgrammingNamePopup; } class ProgrammingNamePopup : public QWidget { Q_OBJECT public: explicit ProgrammingNamePopup(QWidget *parent = 0); ~ProgrammingNamePopup(); private: Ui::ProgrammingNamePopup *ui; }; #endif // PROGRAMMINGNAMEPOPUP_H