#ifndef SEARCHBOXIMPL_H #define SEARCHBOXIMPL_H // #include "ui_searchbox.h" // class SearchBoxImpl : public QWidget, public Ui::Form { Q_OBJECT public: SearchBoxImpl( QWidget * parent = 0, Qt::WFlags f = 0 ); private slots: }; #endif