diff -r b5d63d5fc252 -r a469c0e6e7fb example/smfclientapp/posttestui.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/smfclientapp/posttestui.h Wed Jun 23 19:51:49 2010 +0530 @@ -0,0 +1,19 @@ +#ifndef POSTTESTUI_H +#define POSTTESTUI_H + +#include +#include "ui_posttestui.h" + +class PostTestUi : public QWidget +{ + Q_OBJECT + +public: + PostTestUi(QWidget *parent = 0); + ~PostTestUi(); + +private: + Ui::PostTestUiClass ui; +}; + +#endif // POSTTESTUI_H