--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/example/smfclientapp/posttestui.cpp Wed Jun 23 19:51:49 2010 +0530
@@ -0,0 +1,12 @@
+#include "posttestui.h"
+
+PostTestUi::PostTestUi(QWidget *parent)
+ : QWidget(parent)
+{
+ ui.setupUi(this);
+}
+
+PostTestUi::~PostTestUi()
+{
+
+}