git-svn-id: file:///svnroot/family-shop-mgr@17 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / GoShoppingView.h
index fad1591..edbdf1d 100644 (file)
 #ifndef GOSHOPPINGVIEW_H\r
 #define GOSHOPPINGVIEW_H\r
 \r
-#include <QDialog>\r
+#include <QTreeView>\r
 \r
-namespace Ui\r
-{\r
-    class GoShoppingView;\r
-}\r
-\r
-class GoShoppingView : public QDialog\r
+class GoShoppingView : public QTreeView\r
 {\r
 Q_OBJECT\r
 \r
@@ -38,7 +33,6 @@ public:
     ~GoShoppingView();\r
 \r
 private:\r
-    Ui::GoShoppingView *ui;\r
 };\r
 \r
 #endif // GOSHOPPINGVIEW_H\r